mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-27 22:50:46 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -334,7 +334,7 @@ void AABB::set(AABB *b)
|
||||
this->z1 = b->z1;
|
||||
}
|
||||
|
||||
wstring AABB::toString()
|
||||
std::wstring AABB::toString()
|
||||
{
|
||||
return L"box[" + _toString<double>(x0) + L", " + _toString<double>(y0) + L", " + _toString<double>(z0) + L" -> " +
|
||||
_toString<double>(x1) + L", " + _toString<double>(y1) + L", " + _toString<double>(z1) + L"]";
|
||||
|
||||
Reference in New Issue
Block a user