Skip to content

Commit

Permalink
- change default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
kakashidinho committed Feb 17, 2019
1 parent 005e620 commit 32b31a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SceneManagementTest/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ void InitGame()
disableMouse = false;//mouse input disabled?
cull = true;//backface culling enabled?
zbuffer = true;//depth test enabled?
birdEye = false;//display bird eye radar map?
birdEye = true;//display bird eye radar map?
drawTerrainSkirt = true;//display terrain skirt?
geoMorpth = true;//geomorphing enabled?
autoRotate = false;//auto rotate around Oy
Expand Down

0 comments on commit 32b31a6

Please sign in to comment.