Fix the aircraft facing slider in the editor
This commit is contained in:
committed by
Matthias Mailänder
parent
914950c4a5
commit
6d12301f88
@@ -196,7 +196,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
|
||||
IEnumerable<EditorActorOption> IEditorActorOptions.ActorOptions(ActorInfo ai, World world)
|
||||
{
|
||||
yield return new EditorActorSlider("Facing", EditorFacingDisplayOrder, 0, 1024, 8,
|
||||
yield return new EditorActorSlider("Facing", EditorFacingDisplayOrder, 0, 1023, 8,
|
||||
actor =>
|
||||
{
|
||||
var init = actor.GetInitOrDefault<FacingInit>(this);
|
||||
|
||||
Reference in New Issue
Block a user