opengl_utils: remove unused variables

This commit is contained in:
Martin Piatka
2021-02-22 12:33:58 +01:00
parent a39226aa80
commit 797d4a07f1

View File

@@ -450,8 +450,6 @@ struct Scene{
float rot_x = 0;
float rot_y = 0;
float fov = 55;
int width, height;
};
/**