allow toggling tracy via gradle.properties

This commit is contained in:
James Seibel
2026-05-02 15:21:44 -05:00
parent a29e225a80
commit c9267d61a8
2 changed files with 15 additions and 3 deletions
+3
View File
@@ -51,3 +51,6 @@ mcVer=26.1.2
# Defines the maximum amount of memory Minecraft is allowed when run in a development environment
minecraftMemoryJavaArg=-Xmx6G
# can be enabled for use with the Tracy profiler, disabled by default since it causes constant memory growth when running
minecraftEnableTracy=false