Removed unused camera from BlocksPreview

This commit is contained in:
MihailRis
2023-12-01 13:59:51 +03:00
parent d655404b7a
commit 6708e1ef86
2 changed files with 2 additions and 5 deletions
-2
View File
@@ -7,7 +7,6 @@
class Shader;
class Atlas;
class Batch3D;
class Camera;
class Block;
class ContentGfxCache;
@@ -15,7 +14,6 @@ class BlocksPreview {
Shader* shader;
Atlas* atlas;
Batch3D* batch;
Camera* camera;
const ContentGfxCache* const cache;
public:
BlocksPreview(Shader* shader, Atlas* atlas, const ContentGfxCache* cache);