You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Disable 3D-only modules when 3D is disabled
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
def can_build(env, platform):
|
||||
# Having this on release by default, it's small and a lot of users like to do procedural stuff
|
||||
return True
|
||||
return not env["disable_3d"]
|
||||
|
||||
|
||||
def configure(env):
|
||||
|
||||
Reference in New Issue
Block a user