summaryrefslogtreecommitdiff
path: root/Penguloon/Controls/ObjectSelector.cs
diff options
context:
space:
mode:
authoraldrikboy <aldrikboy@gmail.com>2017-12-23 19:14:34 +0100
committeraldrikboy <aldrikboy@gmail.com>2017-12-23 19:14:34 +0100
commitad0d29bf5d881ab619a90ffb8a1f3352eba21615 (patch)
treec69fe6ea7212f2d839ca52e3adb523b27dc532b9 /Penguloon/Controls/ObjectSelector.cs
parent1276593bfbbfcdbac24b48cf8b574da25945d763 (diff)
Communism
Diffstat (limited to 'Penguloon/Controls/ObjectSelector.cs')
-rw-r--r--Penguloon/Controls/ObjectSelector.cs2
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));
}