mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-04-08 04:51:49 +02:00
Removed OWNER_TYPE_VERTEX_LIGHT_3D from TerrainLight.
This commit is contained in:
parent
538a17950b
commit
d37176539e
@ -176,9 +176,6 @@ void TerrainLight::_bind_methods() {
|
||||
#ifdef MODULE_PROPS_ENABLED
|
||||
owner_type_hint += ",Prop";
|
||||
#endif
|
||||
#ifdef MODULE_VERTEX_LIGHTS_3D_ENABLED
|
||||
owner_type_hint += ",Vertex Light 3D";
|
||||
#endif
|
||||
|
||||
ADD_PROPERTY(PropertyInfo(Variant::INT, "owner_type", PROPERTY_HINT_ENUM, owner_type_hint), "set_owner_type", "get_owner_type");
|
||||
|
||||
@ -229,7 +226,4 @@ void TerrainLight::_bind_methods() {
|
||||
#ifdef MODULE_PROPS_ENABLED
|
||||
BIND_ENUM_CONSTANT(OWNER_TYPE_PROP);
|
||||
#endif
|
||||
#ifdef MODULE_VERTEX_LIGHTS_3D_ENABLED
|
||||
BIND_ENUM_CONSTANT(OWNER_TYPE_VERTEX_LIGHT_3D);
|
||||
#endif
|
||||
}
|
||||
|
@ -46,9 +46,6 @@ public:
|
||||
OWNER_TYPE_NONE = 0,
|
||||
#ifdef MODULE_PROPS_ENABLED
|
||||
OWNER_TYPE_PROP,
|
||||
#endif
|
||||
#ifdef MODULE_VERTEX_LIGHTS_3D_ENABLED
|
||||
OWNER_TYPE_VERTEX_LIGHT_3D,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user