summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 152021e..1d68272 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -11,7 +11,7 @@ int main(int argc, char** argv)
constexpr int Scale = 3;
Window window("Nonortho", Width, Height, Scale);
- Bitmap tiles("../res/tiles.png");
+ Bitmap tiles("res/tiles.png");
Level level(32, 32, tiles);
Bitmap bitmap(Width, Height);