mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-05 02:20:11 -05:00
resolved conflicts
This commit is contained in:
@@ -50,6 +50,7 @@ SunTextureManager::SunTextureManager()
|
||||
void SunTextureManager::update(std::unique_ptr<ghoul::opengl::Texture> &texture)
|
||||
{
|
||||
std::string currentTime = getOpenSpaceDateTime();
|
||||
|
||||
|
||||
if (_textureToUpload.empty() && currentTime != _activeTextureDate && (_textureListGPU.find(currentTime) != _textureListGPU.end()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user