summaryrefslogtreecommitdiff
path: root/examples/heightmap
diff options
context:
space:
mode:
Diffstat (limited to 'examples/heightmap')
-rw-r--r--examples/heightmap/main.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/heightmap/main.lua b/examples/heightmap/main.lua
index eb660b3..ae1f6b8 100644
--- a/examples/heightmap/main.lua
+++ b/examples/heightmap/main.lua
@@ -39,8 +39,8 @@ function RL.init()
camera:setPosition( { 0, 8, 16 } )
camera:setTarget( { 0, 0, 0 } )
camera:setUp( { 0, 1, 0 } )
- -- camera.mode = camera.MODES.ORBITAL
- camera.mode = camera.MODES.FREE
+ camera.mode = camera.MODES.ORBITAL
+ -- camera.mode = camera.MODES.FREE
-- camera.mode = camera.MODES.FIRST_PERSON
heigthImage = RL.LoadImage( RL.GetBasePath().."../resources/images/heightmap.png" )