mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
13 lines
295 B
Plaintext
13 lines
295 B
Plaintext
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);
|
|
}
|
|
}
|
|
|