Skip to content

Commit

Permalink
Switching to Ultralight v1.4.0 Beta (#6)
Browse files Browse the repository at this point in the history
* Only breaking change switching to v1.4

* Update README.md
  • Loading branch information
Decapitated authored Jul 25, 2024
1 parent de7ede2 commit fb55962
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
.vscode
%localappdata%
ultralight
ultralight*/
System Volume Information
src/*.obj
demo/ultralight.log
demo/default
demo/gdhtml/resources/
demo/inspector/
demo/gdhtml/bin/*.dll
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A GDExtension, using Ultralight, to render HTML.

## Versions
Godot v4.2<br>
Ultralight v1.3
Ultralight v1.4.0 Beta

## CAN-DO
- Render HTML & CSS, with JS capabilities.
Expand Down
1 change: 1 addition & 0 deletions src/ultralight_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ void UltralightManager::UpdateLogic() {

void UltralightManager::RenderFrame() {
renderer->Render();
renderer->RefreshDisplay(0);
};

}

0 comments on commit fb55962

Please sign in to comment.