diff options
| author | LLLL Colonq <llll@colonq> | 2025-02-16 04:46:35 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-02-16 04:46:44 -0500 |
| commit | 2c4da6fefeb13e40be3948dd24524b82adcac3df (patch) | |
| tree | 59dcc646df056302c354ff3ed3e25fb47784ab40 /src/state.rs | |
| parent | 097c060deed5abe914631c0b0ec3a23d17eb3d56 (diff) | |
Fix saves
Diffstat (limited to 'src/state.rs')
| -rw-r--r-- | src/state.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/state.rs b/src/state.rs index 2ac6d4b..4d23af6 100644 --- a/src/state.rs +++ b/src/state.rs @@ -504,9 +504,6 @@ impl State { pub fn run_render<G>(&mut self, ctx: &context::Context, game: &mut G) where G: Game { self.render_framebuffer.bind(&ctx); - ctx.clear_color(glam::Vec4::new(0.1, 0.1, 0.1, 0.0)); - ctx.clear(); - game.render(ctx, self); self.screen.bind(&ctx); |
