Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImGui.InputFloat4 showing incorrect/broken values #15

Open
derik-dot-net opened this issue Mar 27, 2024 · 0 comments
Open

ImGui.InputFloat4 showing incorrect/broken values #15

derik-dot-net opened this issue Mar 27, 2024 · 0 comments

Comments

@derik-dot-net
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant