resolved conflicts

This commit is contained in:
Kollberg
2019-06-26 09:02:43 -04:00
17 changed files with 262 additions and 14 deletions
@@ -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()))
{