Skip to content

Commit

Permalink
Merge pull request #985 from dragonzkiller/patch-1
Browse files Browse the repository at this point in the history
Add Missing New ImGui Types
  • Loading branch information
WSSDude authored Dec 14, 2024
2 parents c8d9774 + 0355714 commit a2d82d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/scripting/LuaSandbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@ static constexpr const char* s_cGlobalObjectsWhitelist[] = {
"ImGuiHoveredFlags",
"ImGuiFocusedFlags",
"ImGuiPopupFlags",
"ImGuiItemFlags",
"ImGuiTabItemFlags",
"ImGuiChildFlags",
"ImGuiKey",
"ImGuiWindowFlags",
"ImGuiStyleVar",
"ImGuiTabBarFlags",
Expand Down

0 comments on commit a2d82d9

Please sign in to comment.