Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Jun 29, 2024
1 parent cc5adf5 commit fa9d796
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gdext/src/ImGuiController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ void ImGuiController::_enter_tree()
cfg = RL->load(cfgPath);
bool cfgok = false;
TypedArray<Dictionary> propList = cfg->get_property_list();
UtilityFunctions::print(propList);
for (int i = 0; i < propList.size(); ++i)
{
const Dictionary& d = propList[i];
Expand Down

0 comments on commit fa9d796

Please sign in to comment.