diff options
| author | jussi | 2022-06-11 20:06:18 +0300 |
|---|---|---|
| committer | jussi | 2022-06-11 20:06:18 +0300 |
| commit | 403e59a0b0f1e054181eb212b89ed020d82a02e5 (patch) | |
| tree | c732beea1f96a4f1163c1324d016efed391c2fd1 /examples/lightmap/main.lua | |
| parent | 9598d72b8b9ea038ba80eaa46e04fe25000fe101 (diff) | |
| download | reilua-enhanced-403e59a0b0f1e054181eb212b89ed020d82a02e5.tar.gz reilua-enhanced-403e59a0b0f1e054181eb212b89ed020d82a02e5.tar.bz2 reilua-enhanced-403e59a0b0f1e054181eb212b89ed020d82a02e5.zip | |
All Raylib colors.
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 eb81d96..8a0406f 100644 --- a/examples/lightmap/main.lua +++ b/examples/lightmap/main.lua @@ -21,7 +21,7 @@ function init() camera = RL_CreateCamera3D() RL_SetCamera3DPosition( camera, { 0, 8, 16 } ) RL_SetCamera3DTarget( camera, { 0, 0, 0 } ) - RL_SetCamera3DUp( camera, { 0, 2, 0 } ) + RL_SetCamera3DUp( camera, { 0, 1, 0 } ) RL_SetCamera3DMode( camera, CAMERA_FREE ) local ts = PLANE_SIZE |
