Try helping the CI

This commit is contained in:
Olivier Galibert 2025-04-21 01:37:39 +02:00
parent 36db8bf5cc
commit 7864c26e17

View File

@ -2426,6 +2426,8 @@ TYPE ImGui::RoundScalarWithFormatT(const char* format, ImGuiDataType data_type,
return v;
}
template float ImGui::RoundScalarWithFormatT(const char* format, ImGuiDataType data_type, float v);
//-------------------------------------------------------------------------
// [SECTION] Widgets: DragScalar, DragFloat, DragInt, etc.
//-------------------------------------------------------------------------