ImGui_GM icon indicating copy to clipboard operation
ImGui_GM copied to clipboard

ImGui.InputFloat4 showing incorrect/broken values

Open derik-dot-net opened this issue 11 months ago • 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.

derik-dot-net avatar Mar 27 '24 09:03 derik-dot-net