diff --git a/src/LunarWM_wayland.c b/src/LunarWM_wayland.c index 6062555..5650647 100644 --- a/src/LunarWM_wayland.c +++ b/src/LunarWM_wayland.c @@ -1574,10 +1574,6 @@ static void handle_output_frame(struct wl_listener *listener, void *data) rlMatrixMode(RL_MODELVIEW); rlLoadIdentity(); - // if (!IsTextureValid(wm->renderer.main_rt.texture)) { - // wm->renderer.main_rt = LoadRenderTexture(width, height); - // } - wm->renderer.tmp_rt.id = draw_fbo; wm->renderer.tmp_rt.texture = (Texture) { .id = draw_fbo,