mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-19 06:21:53 +00:00
refactor: nuke all widestrings and widechars everywhere
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include "minecraft/client/gui/Button.h"
|
||||
|
||||
SlideButton::SlideButton(int id, int x, int y, const Options::Option* option,
|
||||
const std::wstring& msg, float value)
|
||||
const std::string& msg, float value)
|
||||
: Button(id, x, y, 150, 20, msg) {
|
||||
this->sliding = false; // 4J added
|
||||
this->option = option;
|
||||
|
||||
Reference in New Issue
Block a user