Skip to content

Commit

Permalink
UPBGE: Fix copy&paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
lordloki committed May 27, 2018
1 parent b0e3a39 commit c80501f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ option(WITH_SYSTEM_BULLET "Use the systems bullet library (currently unsupported
mark_as_advanced(WITH_SYSTEM_BULLET)
option(WITH_GAMEENGINE "Enable Game Engine" ${_init_GAMEENGINE})

option(WITH_GAMEENGINE_COMPONENTS_SECURITY "Disables execution of UPBGE components within blend files by default" ON)
mark_as_advanced(WITH_GAMEENGINE_COMPONENTS_SECURITY)
option(WITH_GAMEENGINE_SECURITY "Disable game engine python debugging tools" OFF)
mark_as_advanced(WITH_GAMEENGINE_SECURITY)

option(WITH_GAMEENGINE_GPU_SYNC "Enable GPU synchronization for VideoTexture module image rendering (ImageRender)" OFF)
mark_as_advanced(WITH_GAMEENGINE_GPU_SYNC)
Expand Down

0 comments on commit c80501f

Please sign in to comment.