summaryrefslogtreecommitdiff
path: root/examples/heightmap
diff options
context:
space:
mode:
Diffstat (limited to 'examples/heightmap')
-rw-r--r--examples/heightmap/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/heightmap/main.lua b/examples/heightmap/main.lua
index 899ab72..7d26e02 100644
--- a/examples/heightmap/main.lua
+++ b/examples/heightmap/main.lua
@@ -29,7 +29,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 )
heigthImage = RL_LoadImage( RL_GetBasePath().."../resources/images/heightmap.png" )