1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-14 13:30:48 +03:00

Add missing whitespace.

This commit is contained in:
isk
2015-11-03 07:45:31 +03:00
parent a30aa7b60f
commit 33941bc3d5

View File

@@ -2428,7 +2428,7 @@ Standard_Boolean OpenGl_View::runRaytraceShaders (const Standard_Integer
myRaytraceProgram->SetUniform (theGlContext,
myUniformLocations[0][OpenGl_RT_uMaxRadiance], static_cast<Standard_ShortReal> (myRenderParams.RadianceClampValue));
Standard_Integer aSamplesPerPixel =myRenderParams.SamplesPerPixel;
Standard_Integer aSamplesPerPixel = myRenderParams.SamplesPerPixel;
if (aSamplesPerPixel == 0)
{