mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-04 23:15:52 +00:00
Add missing scalar value to Vec4f
This commit is contained in:
parent
882a58202e
commit
f4b845484d
@ -526,6 +526,7 @@ void ImGuiConsole::ShowConsoleVariablesWindow() {
|
||||
vec.simd[0] = scalars[0];
|
||||
vec.simd[1] = scalars[1];
|
||||
vec.simd[2] = scalars[2];
|
||||
vec.simd[3] = scalars[3];
|
||||
cv->fromVec4f(vec);
|
||||
}
|
||||
} else if (ImGui::DragScalarN("", ImGuiDataType_Float, scalars.data(), scalars.size(), 0.1f)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user