some fixing; may have to revisit matfx again in the future...

This commit is contained in:
aap
2021-01-20 23:42:00 +01:00
parent e9e2488834
commit baa8666a03
4 changed files with 25 additions and 7 deletions

View File

@@ -748,7 +748,7 @@ struct Camera
Raster *frameBuffer;
Raster *zBuffer;
// Device dependant view and projection matrices
// Device dependent view and projection matrices
// optional
RawMatrix devView;
RawMatrix devProj;