diff options
| author | jussi | 2022-06-12 23:20:10 +0300 |
|---|---|---|
| committer | jussi | 2022-06-12 23:20:10 +0300 |
| commit | 4cb361733ef4bce0e803501b750acdd81404778f (patch) | |
| tree | b3e84392a64621dcc08614fac4fb9580189aea0a /examples/lightmap/main.lua | |
| parent | 9dd3fa10cee52913cb0093b2fe7a0faa31e1c17a (diff) | |
| download | reilua-enhanced-4cb361733ef4bce0e803501b750acdd81404778f.tar.gz reilua-enhanced-4cb361733ef4bce0e803501b750acdd81404778f.tar.bz2 reilua-enhanced-4cb361733ef4bce0e803501b750acdd81404778f.zip | |
Rest of shapes draw functions.
Diffstat (limited to 'examples/lightmap/main.lua')
| -rw-r--r-- | examples/lightmap/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |
