msvc build fix

This commit is contained in:
MihailRis
2023-12-01 19:04:13 +03:00
parent 647662b0d3
commit 2ebaad6cb6
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -2,8 +2,8 @@
Block::Block(std::string name)
: name(name),
textureFaces({"notfound","notfound","notfound",
"notfound","notfound","notfound",}) {
textureFaces {"notfound","notfound","notfound",
"notfound","notfound","notfound",} {
}