Skip to content

Commit 6cf8d1d

Browse files
author
Sebastian Frysztak
committed
Include tmx/DebugShape.h instead of DebugShape.h
1 parent 79d7945 commit 6cf8d1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DebugShape.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ and must not be misrepresented as being the original software.
2727
source distribution.
2828
*********************************************************************/
2929

30-
#include <DebugShape.h>
30+
#include <tmx/DebugShape.h>
3131
#include <SFML/Graphics/RenderTarget.hpp>
3232

3333
DebugShape::DebugShape()
@@ -70,4 +70,4 @@ void DebugShape::draw(sf::RenderTarget& rt, sf::RenderStates states) const
7070
{
7171
states.transform *= getTransform();
7272
rt.draw(m_array, states);
73-
}
73+
}

0 commit comments

Comments
 (0)