-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: freelookcamera inverted controls
- Loading branch information
1 parent
d53f9cf
commit 3057690
Showing
12 changed files
with
94 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
cmake_minimum_required (VERSION 3.20) | ||
|
||
file (GLOB_RECURSE dtp_source_list "${PROJECT_SOURCE_DIR}/Sandbox/Scripts/**/*.cpp" "${PROJECT_SOURCE_DIR}/Sandbox/Scripts/*.cpp") | ||
file (GLOB_RECURSE dtp_source_list "${PROJECT_SOURCE_DIR}/Sandbox/User/Scripts/**/*.cpp" "${PROJECT_SOURCE_DIR}/Sandbox/User/Scripts/*.cpp") | ||
add_library (DucktapeProject SHARED ${dtp_source_list}) | ||
set_target_properties (DucktapeProject PROPERTIES PREFIX "") | ||
target_link_libraries(DucktapeProject PRIVATE Ducktape) |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes
File renamed without changes