From 865b216ebef8e62a19f3a264001ddf17601f95c5 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Sat, 6 Aug 2016 19:29:58 +0200 Subject: Updated Lua examples Most of the examples already working! Only some of them still fail, mostly related to data arrays... --- examples/core_2d_camera.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/core_2d_camera.lua') 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) -- cgit v1.2.3