fix uninitialized variables
This commit is contained in:
parent
0dd68bea8a
commit
bf2b2352b0
@ -200,10 +200,10 @@ void per_frame(){
|
||||
|
||||
//Legende
|
||||
ImGui::TableSetColumnIndex(1);
|
||||
ImVec4 col;
|
||||
ImVec4 col = {};
|
||||
ImGui::ColorButton("colortest", col);
|
||||
ImGui::SameLine(0, 0);
|
||||
char buf[64];
|
||||
char buf[64] = {};
|
||||
ImGui::InputText("", buf, IM_ARRAYSIZE(buf));
|
||||
//TODO
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user