Merge remote-tracking branch 'origin/master' into EditorUsefulness

# Conflicts:
#	src/Engine/Rendering/DrawFinalPass.cpp
This commit is contained in:
2016-02-01 15:49:23 +01:00
18 changed files with 552 additions and 194 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ DrawBloomPass::DrawBloomPass(IRenderer* renderer)
void DrawBloomPass::InitializeTextures()
{
m_WhiteTexture = ResourceManager::Load<Texture>("Textures/Core/Blank.png");
m_WhiteTexture = ResourceManager::Load<Texture>("Textures/Core/White.png");
}
void DrawBloomPass::InitializeShaderPrograms()