summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorcflip <cflip@cflip.net>2022-03-23 18:09:08 -0600
committercflip <cflip@cflip.net>2022-03-23 18:09:08 -0600
commit10b41cc429b5c14023fa3bee0b09040fef1b2929 (patch)
tree4d2a6850b07d4bf60ddadc46fd12a47dc4014c0c /src/main.cpp
parent47b454c6c2266f17e29797e435e71b2d496885a0 (diff)
Automatically copy resources to build directory
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);