mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-12 14:52:01 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -69,7 +69,7 @@ bool Node::inOpenSet()
|
||||
return heapIdx >= 0;
|
||||
}
|
||||
|
||||
wstring Node::toString()
|
||||
std::wstring Node::toString()
|
||||
{
|
||||
return _toString<int>(x) + L", " + _toString<int>(y) + L", " + _toString<int>(z);
|
||||
}
|
||||
Reference in New Issue
Block a user