mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-24 13:44:43 +00:00
refactor: unglob std::wstring
This commit is contained in:
@@ -14,7 +14,7 @@ TextureChangePacket::TextureChangePacket()
|
||||
path = L"";
|
||||
}
|
||||
|
||||
TextureChangePacket::TextureChangePacket(std::shared_ptr<Entity> e, ETextureChangeType action, const wstring &path)
|
||||
TextureChangePacket::TextureChangePacket(std::shared_ptr<Entity> e, ETextureChangeType action, const std::wstring &path)
|
||||
{
|
||||
id = e->entityId;
|
||||
this->action = action;
|
||||
|
||||
Reference in New Issue
Block a user