fix: disable _LARGE_WORLDS to fix invisible terrain on laptops

This commit is contained in:
JuiceyDev 2026-03-06 20:42:38 +01:00
parent 802feba61a
commit a161fc41c8

View file

@ -33,7 +33,7 @@ global_cpp_args = [
# global ccp defs type shi
global_cpp_defs = [
'-DSPLIT_SAVES',
'-D_LARGE_WORLDS',
# '-D_LARGE_WORLDS',
'-D_EXTENDED_ACHIEVEMENTS',
'-D_DEBUG_MENUS_ENABLED',
'-D_DEBUG',