diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-06-02 14:02:16 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-06-02 14:02:16 +1000 |
commit | 986db9cfc5a1c9015503b5366c65a377f8c8a259 (patch) | |
tree | baab42f3bfd58aac48c625a4067992a789e5c1ae /source/game/StarTileDrawer.cpp | |
parent | 41bad6c97c60918af640e8d4c558316edd1bd9c7 (diff) |
further MaterialDatabase checks
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) { |