Remove draw scale from Camera struct.

This commit is contained in:
2023-04-16 02:43:05 +01:00
parent bce640219f
commit 33f673741b
5 changed files with 23 additions and 7 deletions
-1
View File
@@ -9,7 +9,6 @@ typedef struct
float direction;
unsigned int resolution;
float fov;
float drawScale;
} Camera;
void camera_update(Camera* camera, float t);