summaryrefslogtreecommitdiff
path: root/game/terrain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'game/terrain.cpp')
-rw-r--r--game/terrain.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/terrain.cpp b/game/terrain.cpp
index ed8bca5..a7dd334 100644
--- a/game/terrain.cpp
+++ b/game/terrain.cpp
@@ -9,7 +9,7 @@
#include <location.hpp>
#include <maths.h>
#include <random>
-#include <stb_image.h>
+#include <stb/stb_image.h>
Terrain::Terrain() : grass {Texture::cachedTexture.get("grass.png")}, water {Texture::cachedTexture.get("water.png")}
{