From 841aa897f1868075134162cc71593ac9c3473115 Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 15 Nov 2023 18:34:34 +0200 Subject: GC_UNLOAD build time define and replaced with flag to change it at runtime. --- examples/platformer/main.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/platformer') diff --git a/examples/platformer/main.lua b/examples/platformer/main.lua index 821839a..854b02d 100644 --- a/examples/platformer/main.lua +++ b/examples/platformer/main.lua @@ -294,5 +294,4 @@ function RL.draw() RL.EndTextureMode() RL.DrawTexturePro( RL.GetRenderTextureTexture( framebuffer ), { 0, 0, res.x, -res.y }, { 0, 0, winSize.x, winSize.y }, { 0, 0 }, 0.0, RL.WHITE ) - -- RL.glBlitFramebuffer( framebuffer, -1, res, winSize, RL.GL_COLOR_BUFFER_BIT, RL.GL_NEAREST ) end -- cgit v1.2.3