You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Fix incorrect mapping of initial action as clear region continue to clear.
This commit is contained in:
@@ -2170,7 +2170,7 @@
|
||||
<constant name="INITIAL_ACTION_CLEAR_REGION" value="1" enum="InitialAction" is_deprecated="true">
|
||||
[i]Deprecated.[/i] Use [constant INITIAL_ACTION_CLEAR] instead.
|
||||
</constant>
|
||||
<constant name="INITIAL_ACTION_CLEAR_REGION_CONTINUE" value="0" enum="InitialAction" is_deprecated="true">
|
||||
<constant name="INITIAL_ACTION_CLEAR_REGION_CONTINUE" value="1" enum="InitialAction" is_deprecated="true">
|
||||
[i]Deprecated.[/i] Use [constant INITIAL_ACTION_LOAD] instead.
|
||||
</constant>
|
||||
<constant name="INITIAL_ACTION_KEEP" value="0" enum="InitialAction" is_deprecated="true">
|
||||
|
||||
Reference in New Issue
Block a user