mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 04:58:59 -05:00
More shader cleanup
Remove dedicated logs folder Change openspaceengine to create logs folder automatically
This commit is contained in:
@@ -80,10 +80,10 @@ LayerShaderManager::LayerShaderPreprocessingData
|
||||
|
||||
// This check was implicit before; not sure if it will fire or will be handled
|
||||
// elsewhere
|
||||
ghoul_assert(
|
||||
!layerGroup.activeLayers().empty(),
|
||||
"If activeLayers is empty the following line will lead to an overflow"
|
||||
);
|
||||
//ghoul_assert(
|
||||
// !layerGroup.activeLayers().empty(),
|
||||
// "If activeLayers is empty the following line will lead to an overflow"
|
||||
//);
|
||||
layeredTextureInfo.lastLayerIdx = static_cast<int>(
|
||||
layerGroup.activeLayers().size() - 1
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user