summaryrefslogtreecommitdiffstats
path: root/src/graphics/AssetManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/AssetManager.cpp')
-rw-r--r--src/graphics/AssetManager.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/graphics/AssetManager.cpp b/src/graphics/AssetManager.cpp
index f2f756d..93462c3 100644
--- a/src/graphics/AssetManager.cpp
+++ b/src/graphics/AssetManager.cpp
@@ -89,6 +89,9 @@ std::string AssetManager::GetAssetNameByBlockId(unsigned short id) {
case 3:
textureName="dirt";
break;
+ case 4:
+ textureName="cobblestone";
+ break;
case 16:
textureName="coal_ore";
break;