msvc build fix
This commit is contained in:
@@ -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",} {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user