Fixed spelling error

This commit is contained in:
viktorljung
2015-10-08 20:19:57 +02:00
parent a0d6f01ac2
commit d5e7481866
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -53,7 +53,7 @@ private:
bool OnPause(const dd::Events::Pause &event);
bool OnLifebuoy(const dd::Events::Lifebuoy &event);
struct LifeBuoyInfo
struct LifebuoyInfo
{
EntityID Entity;
float TimeToLive = 15.f;
@@ -62,7 +62,7 @@ private:
float m_LeftEdge = -3.8f;
float m_RightEdge = 3.8f;
float m_DownEdge = -9.2f;
std::list<LifeBuoyInfo> m_LifeBuoys;
std::list<LifebuoyInfo> m_Lifebuoys;
};
}