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/heightmap/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/heightmap') diff --git a/examples/heightmap/main.lua b/examples/heightmap/main.lua index 7d26e02..3cae3e4 100644 --- a/examples/heightmap/main.lua +++ b/examples/heightmap/main.lua @@ -30,7 +30,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 ) heigthImage = RL_LoadImage( RL_GetBasePath().."../resources/images/heightmap.png" ) -- cgit v1.2.3