diff options
| author | ghassanpl <kronikarz@gmail.com> | 2016-08-06 20:46:15 +0200 |
|---|---|---|
| committer | ghassanpl <kronikarz@gmail.com> | 2016-08-06 20:46:15 +0200 |
| commit | 1950085893f16d653f16ec0a0c991678e8c3cf53 (patch) | |
| tree | e6f4ec40f983f50e427e19a49e7519fa1a51448c /examples/core_2d_camera.lua | |
| parent | 82a0fae678a0f4b761bd5369222c956ffe173d31 (diff) | |
| parent | 306945fe147ea7742880635e77a5c2656f6e1fdc (diff) | |
| download | raylib-1950085893f16d653f16ec0a0c991678e8c3cf53.tar.gz raylib-1950085893f16d653f16ec0a0c991678e8c3cf53.zip | |
Merge branch 'develop' of https://github.com/raysan5/raylib into develop
Diffstat (limited to 'examples/core_2d_camera.lua')
| -rw-r--r-- | examples/core_2d_camera.lua | 2 |
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) |
