diff options
Diffstat (limited to 'source/game/StarTileDrawer.cpp')
-rw-r--r-- | source/game/StarTileDrawer.cpp | 1 |
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) { |