mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-28 03:55:32 +00:00
refactor: nuke all widestrings and widechars everywhere
This commit is contained in:
@@ -14,7 +14,7 @@ extern ResourceLocation GUI_BEACON_LOCATION;
|
||||
#endif
|
||||
|
||||
AbstractBeaconButton::AbstractBeaconButton(int id, int x, int y)
|
||||
: Button(id, x, y, 22, 22, L"") {
|
||||
: Button(id, x, y, 22, 22, "") {
|
||||
hovered = false;
|
||||
selected = false;
|
||||
iconRes = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user