fix: unglob all of /Build/Common

This commit is contained in:
Tropical
2026-03-06 20:31:41 -06:00
parent 77ac64d9e1
commit 277e3a1e87
416 changed files with 1750 additions and 1750 deletions

View File

@@ -39,12 +39,12 @@ UIScene_DebugOptionsMenu::UIScene_DebugOptionsMenu(int iPad, void *initData, UIL
IggyValuePath *root = IggyPlayerRootPath ( getMovie() );
for(m_iTotalCheckboxElements = 0; m_iTotalCheckboxElements < eDebugSetting_Max && m_iTotalCheckboxElements < 21; ++m_iTotalCheckboxElements)
{
wstring label(m_DebugCheckboxTextA[m_iTotalCheckboxElements]);
std::wstring label(m_DebugCheckboxTextA[m_iTotalCheckboxElements]);
m_checkboxes[m_iTotalCheckboxElements].init(label,m_iTotalCheckboxElements,(uiDebugBitmask&(1<<m_iTotalCheckboxElements)) ? true : false);
}
}
wstring UIScene_DebugOptionsMenu::getMoviePath()
std::wstring UIScene_DebugOptionsMenu::getMoviePath()
{
return L"DebugOptionsMenu";
}