Skip to content

Commit

Permalink
增加UI绑定
Browse files Browse the repository at this point in the history
  • Loading branch information
NGLSG committed Nov 12, 2023
1 parent 35d4193 commit 04e7e88
Show file tree
Hide file tree
Showing 2 changed files with 340 additions and 23 deletions.
1 change: 1 addition & 0 deletions sample/Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1259,6 +1259,7 @@ int Application::Renderer() {
if (lua_isfunction(L, -1)) {
lua_call(L, 0, 0);
}

}

ImGui::Render();
Expand Down
Loading

0 comments on commit 04e7e88

Please sign in to comment.