You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Merge pull request #55360 from Calinou/rename-bake-mode-properties
This commit is contained in:
@@ -1927,8 +1927,8 @@ void RenderingServer::_bind_methods() {
|
||||
BIND_ENUM_CONSTANT(LIGHT_PARAM_MAX);
|
||||
|
||||
BIND_ENUM_CONSTANT(LIGHT_BAKE_DISABLED);
|
||||
BIND_ENUM_CONSTANT(LIGHT_BAKE_DYNAMIC);
|
||||
BIND_ENUM_CONSTANT(LIGHT_BAKE_STATIC);
|
||||
BIND_ENUM_CONSTANT(LIGHT_BAKE_DYNAMIC);
|
||||
|
||||
BIND_ENUM_CONSTANT(LIGHT_OMNI_SHADOW_DUAL_PARABOLOID);
|
||||
BIND_ENUM_CONSTANT(LIGHT_OMNI_SHADOW_CUBE);
|
||||
|
||||
Reference in New Issue
Block a user