Skip to content

Commit

Permalink
fix project.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolka9144 committed Oct 19, 2024
1 parent 685d129 commit 39afe6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<define name="VIDEOS_ALLOWED" if="desktop" unless="32bits"/>
<define name="PSYCH_WATERMARKS"/> <!-- DELETE THIS TO REMOVE WATERMARKS/DEV NAMES ON TITLE SCREEN -->
<define name="TITLE_SCREEN_EASTER_EGG" if="officialBuild"/> <!-- DELETE THE if="officialBuild" for enabling this on an unofficial build -->
<define name="CRASH_HANDLER" if="desktop release" />
<define name="CRASH_HANDLER" if="desktop" unless="debug" />

<!-- <define name="ALLOW_BENCHMARKING"/> -->

Expand Down

0 comments on commit 39afe6a

Please sign in to comment.