mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-14 04:01:57 +00:00
fix: unglob all of /Build/Common
This commit is contained in:
@@ -386,7 +386,7 @@ void UIScene_LoadMenu::updateComponents()
|
||||
}
|
||||
}
|
||||
|
||||
wstring UIScene_LoadMenu::getMoviePath()
|
||||
std::wstring UIScene_LoadMenu::getMoviePath()
|
||||
{
|
||||
return L"LoadMenu";
|
||||
}
|
||||
@@ -932,7 +932,7 @@ void UIScene_LoadMenu::handleTimerComplete(int id)
|
||||
if(pDLCInfo)
|
||||
{
|
||||
// retrieve the image - if we haven't already
|
||||
wstring textureName = filenametowstring(pDLCInfo->chImageURL);
|
||||
std::wstring textureName = filenametostd::wstring(pDLCInfo->chImageURL);
|
||||
|
||||
if(hasRegisteredSubstitutionTexture(textureName)==false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user