nommiin/ImGui_GM

ImGui.InputFloat4 showing incorrect/broken values

Opened this issue · 0 comments

var array = [1, 2, 3, 4];
ImGui.InputFloat4("test", array);

This will show the 1 & 2 correctly, but 3 and 4 are usually shown as -0.00. Sometimes 3 will appear as a absurdly large or seemingly random number.