From 4cb361733ef4bce0e803501b750acdd81404778f Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 12 Jun 2022 23:20:10 +0300 Subject: Rest of shapes draw functions. --- examples/lightmap/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/lightmap/main.lua') diff --git a/examples/lightmap/main.lua b/examples/lightmap/main.lua index 8a0406f..251b700 100644 --- a/examples/lightmap/main.lua +++ b/examples/lightmap/main.lua @@ -22,7 +22,7 @@ function init() RL_SetCamera3DPosition( camera, { 0, 8, 16 } ) RL_SetCamera3DTarget( camera, { 0, 0, 0 } ) RL_SetCamera3DUp( camera, { 0, 1, 0 } ) - RL_SetCamera3DMode( camera, CAMERA_FREE ) + RL_SetCameraMode( camera, CAMERA_FREE ) local ts = PLANE_SIZE local meshData = { -- cgit v1.2.3