fix typo that broke SSAO
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14611 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -201,7 +201,7 @@ void PostProcessing::update(float dt)
|
||||
/** Render the post-processed scene, solids only, color to color, no stencil */
|
||||
void PostProcessing::renderSolid(const u32 cam)
|
||||
{
|
||||
if (irr_driver->isGLSL()) return;
|
||||
if (!irr_driver->isGLSL()) return;
|
||||
|
||||
// Early out: do nothing if at all possible
|
||||
if (UserConfigParams::m_ssao < 1 && !World::getWorld()->getTrack()->isFogEnabled())
|
||||
|
||||
Reference in New Issue
Block a user