The Omega Update(TM) Part 4 (Massive Refactor, Change All Frame Properties)

This commit is contained in:
2025-08-14 00:25:35 -04:00
parent a48c72357a
commit ea3498692a
25 changed files with 3364 additions and 3127 deletions

View File

@@ -17,8 +17,6 @@ static void _update(State* self)
static void _draw(State* self)
{
editor_draw(&self->editor);
preview_draw(&self->preview);
imgui_draw();
SDL_GL_SwapWindow(self->window);
@@ -147,6 +145,8 @@ void loop(State* self)
_update(self);
_draw(self);
SDL_Delay(STATE_DELAY_MIN);
}
void quit(State* self)