diff options
Diffstat (limited to 'examples/platformer')
| -rw-r--r-- | examples/platformer/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/platformer/main.lua b/examples/platformer/main.lua index 26dc0ee..f989aec 100644 --- a/examples/platformer/main.lua +++ b/examples/platformer/main.lua @@ -295,5 +295,5 @@ function RL.draw() RL.DrawTexturePro( 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 ) + -- RL.glBlitFramebuffer( framebuffer, -1, res, winSize, RL.GL_COLOR_BUFFER_BIT, RL.GL_NEAREST ) end |
