aboutsummaryrefslogtreecommitdiff
path: root/examples/core_2d_camera.lua
diff options
context:
space:
mode:
Diffstat (limited to 'examples/core_2d_camera.lua')
-rw-r--r--examples/core_2d_camera.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/core_2d_camera.lua b/examples/core_2d_camera.lua
index a7c0515a..95302c26 100644
--- a/examples/core_2d_camera.lua
+++ b/examples/core_2d_camera.lua
@@ -91,7 +91,7 @@ while not WindowShouldClose() do -- Detect window close button or
ClearBackground(RAYWHITE)
- Begin2dMode(camera) -- ERROR: Lua Error: attempt to index a number value (?)
+ Begin2dMode(camera)
DrawRectangle(-6000, 320, 13000, 8000, DARKGRAY)