Skip to content

Commit

Permalink
Correct DevMode controltypes (for WebEditor) (#1433)
Browse files Browse the repository at this point in the history
  • Loading branch information
KVonGit authored Feb 12, 2025
1 parent 0022635 commit dcdb0f1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions WorldModel/WorldModel/Core/CoreDevMode.aslx
Original file line number Diff line number Diff line change
Expand Up @@ -850,9 +850,8 @@
</control>

<control>
<controltype>expression</controltype>
<simple>[EditorGameDevModePov]</simple>
<simpleeditor>objects</simpleeditor>
<controltype>objects</controltype>
<caption>[EditorGameDevModePov]</caption>
<attribute>devmode_pov</attribute>
<onlydisplayif>game.devmode_changepov</onlydisplayif>
<mustinherit>devmode</mustinherit>
Expand All @@ -866,9 +865,8 @@
</control>

<control>
<controltype>expression</controltype>
<simple>[EditorGameDevModePlace]</simple>
<simpleeditor>objects</simpleeditor>
<controltype>objects</controltype>
<caption>[EditorGameDevModePlace]</caption>
<attribute>devmode_povpos</attribute>
<onlydisplayif>game.devmode_changepovpos</onlydisplayif>
<mustinherit>devmode</mustinherit>
Expand Down

0 comments on commit dcdb0f1

Please sign in to comment.