diff --git a/Engine/source/environment/cloudLayer.cpp b/Engine/source/environment/cloudLayer.cpp index e30f1ecd1..08cb6ce00 100644 --- a/Engine/source/environment/cloudLayer.cpp +++ b/Engine/source/environment/cloudLayer.cpp @@ -398,10 +398,10 @@ void CloudLayer::_initTexture() } if ( mTextureName.isNotEmpty() ) - mTexture.set( mTextureName, &GFXStaticTextureSRGBProfile, "CloudLayer" ); + mTexture.set( mTextureName, &GFXNormalMapProfile, "CloudLayer" ); if ( mTexture.isNull() ) - mTexture.set( GFXTextureManager::getWarningTexturePath(), &GFXStaticTextureSRGBProfile, "CloudLayer" ); + mTexture.set( GFXTextureManager::getWarningTexturePath(), &GFXNormalMapProfile, "CloudLayer" ); } void CloudLayer::_initBuffers() @@ -501,4 +501,4 @@ void CloudLayer::_initBuffers() } mPB.unlock(); -} \ No newline at end of file +}