add in-game chat & update gui post-runnables timing & fix panel elements removal
This commit is contained in:
@@ -217,6 +217,7 @@ void Engine::renderFrame() {
|
||||
Viewport viewport(Window::width, Window::height);
|
||||
DrawContext ctx(nullptr, viewport, nullptr);
|
||||
gui->draw(ctx, *assets);
|
||||
gui->postAct();
|
||||
}
|
||||
|
||||
void Engine::saveSettings() {
|
||||
|
||||
Reference in New Issue
Block a user