mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-18 01:15:26 +00:00
Fixed incorrect LayerSwitch/LayerID templates, made IPropertyTemplate::CookPreference() virtual and overrode it for certain types, fixed a CAnimationParameters bug
This commit is contained in:
@@ -8,6 +8,9 @@
|
||||
<should_cook>always</should_cook>
|
||||
</property>
|
||||
<struct ID="0x20091B54" template="Structs/SplineType.xml"/>
|
||||
<property ID="0x00DD86E2" type="color">
|
||||
<default>1.0, 1.0, 1.0, 1.0</default>
|
||||
</property>
|
||||
</properties>
|
||||
<states/>
|
||||
<messages/>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
</property>
|
||||
<struct ID="0x20091B54" template="Structs/SplineType.xml"/>
|
||||
<property ID="0x00DD86E2" type="color">
|
||||
<default>1.0, 0.0, 1.0, 1.0</default>
|
||||
<default>1.0, 1.0, 1.0, 1.0</default>
|
||||
</property>
|
||||
</properties>
|
||||
<states/>
|
||||
|
||||
Reference in New Issue
Block a user