mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-08 17:09:18 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -106,7 +106,7 @@ void Cube::render(Tesselator *t,float scale)
|
||||
}
|
||||
}
|
||||
|
||||
Cube *Cube::setId(const wstring &id)
|
||||
Cube *Cube::setId(const std::wstring &id)
|
||||
{
|
||||
this->id = id;
|
||||
return this;
|
||||
|
||||
Reference in New Issue
Block a user