Skip to content

Commit

Permalink
HelpersImGui: keep tripple buffering
Browse files Browse the repository at this point in the history
  • Loading branch information
corporateshark committed Dec 15, 2024
1 parent c81261e commit a74fafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lvk/HelpersImGui.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class ImGuiRenderer {
uint32_t numAllocatedVerteices_ = 0;
};

DrawableData drawables_[18] = {};
DrawableData drawables_[3] = {};
};

} // namespace lvk

0 comments on commit a74fafe

Please sign in to comment.