Skip to content

Commit

Permalink
Update torque3d.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
marauder2k7 committed Jul 20, 2023
1 parent 59270a6 commit 6ad3a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/CMake/torque3d.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ option(TORQUE_SFX_VORBIS "Vorbis Sound" ON)
mark_as_advanced(TORQUE_SFX_VORBIS)
option(TORQUE_TESTING "Enable unit test module" OFF)
mark_as_advanced(TORQUE_TESTING)
option(TORQUE_THEORA "Theora Video Support" OFF)
option(TORQUE_THEORA "Theora Video Support" ON)
mark_as_advanced(TORQUE_THEORA)
option(TORQUE_ADVANCED_LIGHTING "Advanced Lighting" ON)
mark_as_advanced(TORQUE_ADVANCED_LIGHTING)
Expand Down

0 comments on commit 6ad3a60

Please sign in to comment.