mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-14 11:08:08 +00:00
WCHAR -> wchar_t
This commit is contained in:
@@ -31,7 +31,7 @@ UIScene_DebugOverlay::UIScene_DebugOverlay(int iPad, void* initData,
|
||||
|
||||
float currentTime =
|
||||
pMinecraft->level->getLevelData()->getGameTime() % 24000;
|
||||
swprintf((WCHAR*)TempString, 256, L"Set time (unsafe) (%d)",
|
||||
swprintf((wchar_t*)TempString, 256, L"Set time (unsafe) (%d)",
|
||||
(int)currentTime);
|
||||
m_sliderTime.init(TempString, eControl_Time, 0, 240, currentTime / 100);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user