Skip to content

Commit

Permalink
Fixed Minor Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyQBD committed May 27, 2014
1 parent a8fdc0f commit b1d7899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3DEngineCpp/renderingEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ void RenderingEngine::Render(GameObject* object)

m_mainCamera = temp;

//BlurShadowMap(GetTexture("shadowMap"), shadowInfo->GetShadowSoftness());
BlurShadowMap(GetTexture("shadowMap"), shadowInfo->GetShadowSoftness());
}

Window::BindAsRenderTarget();
Expand Down

0 comments on commit b1d7899

Please sign in to comment.