Skip to content

Commit

Permalink
missed one.
Browse files Browse the repository at this point in the history
  • Loading branch information
daid committed May 15, 2024
1 parent 7ff2281 commit 2fa65ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spaceObjects/spaceship.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ void SpaceShip::drawOnRadar(sp::RenderTarget& renderer, glm::vec2 position, floa
// Otherwise, draw the ship-specific icon.
if (my_spaceship && (getScannedStateFor(my_spaceship) == SS_NotScanned || getScannedStateFor(my_spaceship) == SS_FriendOrFoeIdentified))
{
object_sprite = "radar/arrow.png";
object_sprite = "radar/ship.png";
}

glm::u8vec4 color;
Expand Down

0 comments on commit 2fa65ce

Please sign in to comment.