|
@@ -261,3 +261,10 @@ Validate extension JSON: Error: Field 'classes/PointLight2D/properties/texture':
|
|
|
|
|
|
Property hints modified to disallow resource types that don't work. The types allowed are now more restricted, but this change only impacts the editor and not the actual exposed API. No adjustments should be necessary.
|
|
|
Decal properties were previously changed from Texture to Texture2D in 4.2, so we need to silence those warnings too.
|
|
|
+
|
|
|
+
|
|
|
+GH-98441
|
|
|
+--------
|
|
|
+Validate extension JSON: Error: Field 'global_enums/KeyModifierMask/values/KEY_MODIFIER_MASK': value changed value in new API, from 5.32677e+08 to 2130706432.
|
|
|
+
|
|
|
+Key modifier mask value corrected. API change documented for compatibility.
|