diff options
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); |
