Fixed some format missmatch

This commit is contained in:
Alexandre 2026-07-20 00:25:56 +02:00
parent f54f70d9d4
commit e3fd8a5b2b

View File

@ -1128,9 +1128,8 @@ void Engine::buildImgui() {
"data4", "data4",
(float*)& selected.data.data4 (float*)& selected.data.data4
); );
ImGui::End();
} }
ImGui::End();
// Finish everything // Finish everything
ImGui::Render(); ImGui::Render();