Fixed some format missmatch
This commit is contained in:
parent
f54f70d9d4
commit
e3fd8a5b2b
@ -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();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user