ports/graphics/mandelbulber/patches/patch-src_Render3D_cpp

13 lines
295 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/Render3D.cpp
--- src/Render3D.cpp.orig
+++ src/Render3D.cpp
@@ -1409,7 +1409,7 @@ void DrawKeyframePaths(sParamRender *param, cImage *im
}
else
{
- lightActFrame[l] = (CVector3 ) { 0.0, 0.0, -1.0 };
+ lightActFrame[l] = CVector3(0.0, 0.0, -1.0);
}
}