mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-16 17:52:14 +00:00
refactor: nuke all widestrings and widechars everywhere
This commit is contained in:
@@ -15,7 +15,7 @@ extern ResourceLocation GUI_VILLAGER_LOCATION;
|
||||
#endif
|
||||
|
||||
TradeSwitchButton::TradeSwitchButton(int id, int x, int y, bool mirrored)
|
||||
: Button(id, x, y, 12, 19, L"") {
|
||||
: Button(id, x, y, 12, 19, "") {
|
||||
this->mirrored = mirrored;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user