Lamps render fix

This commit is contained in:
MihailRis
2023-11-24 21:17:54 +03:00
parent a7b351d5bc
commit a14ddceb47
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ public:
unsigned int id;
// 0 1 2 3 4 5
std::string textureFaces[6]; // -x,x, -y,y, -z,z
unsigned char emission[3];
unsigned char emission[4];
unsigned char drawGroup = 0;
BlockModel model = BlockModel::block;
bool lightPassing = false;