diff options
Diffstat (limited to 'Penguloon/Controls/ObjectSelector.cs')
| -rw-r--r-- | Penguloon/Controls/ObjectSelector.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Penguloon/Controls/ObjectSelector.cs b/Penguloon/Controls/ObjectSelector.cs index 44b68c3..a155601 100644 --- a/Penguloon/Controls/ObjectSelector.cs +++ b/Penguloon/Controls/ObjectSelector.cs @@ -117,7 +117,7 @@ namespace Penguloon.Controls if(State == State.Selected && i == SelectedObjectIndex) { - ParentScene.Main.SpriteBatch.Draw(ContentManager.GetTexture("UI/red"), + ParentScene.Main.SpriteBatch.Draw(ContentManager.GetTexture("UI/lightred"), destinationRectangle: new Rectangle(posX, (int)Position.Y + posY, width, height)); } |
