mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-15 08:41:53 +00:00
fix: unglob everything else and make it build
This commit is contained in:
@@ -212,7 +212,7 @@ void UIScene_DLCMainMenu::tick()
|
||||
// add a button in with the subcategory
|
||||
category = (SonyCommerce::CategoryInfoSub)(*iter);
|
||||
|
||||
string teststring=category.categoryName;
|
||||
std::string teststring=category.categoryName;
|
||||
m_buttonListOffers.addItem(teststring,i);
|
||||
|
||||
iter++;
|
||||
|
||||
Reference in New Issue
Block a user