Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/StarTileDrawer.cpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-06-02 14:02:16 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2024-06-02 14:02:16 +1000
commit986db9cfc5a1c9015503b5366c65a377f8c8a259 (patch)
treebaab42f3bfd58aac48c625a4067992a789e5c1ae /source/game/StarTileDrawer.cpp
parent41bad6c97c60918af640e8d4c558316edd1bd9c7 (diff)
further MaterialDatabase checks
Diffstat (limited to 'source/game/StarTileDrawer.cpp')
-rw-r--r--source/game/StarTileDrawer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/game/StarTileDrawer.cpp b/source/game/StarTileDrawer.cpp
index 3ac8e48..70cd7d0 100644
--- a/source/game/StarTileDrawer.cpp
+++ b/source/game/StarTileDrawer.cpp
@@ -106,7 +106,6 @@ bool TileDrawer::produceTerrainDrawables(Drawables& drawables,
};
auto materialRenderProfile = materialDatabase->materialRenderProfile(material);
-
auto modRenderProfile = materialDatabase->modRenderProfile(mod);
if (materialRenderProfile) {