mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 12:08:47 +02:00
Internals: Removed ImGuiDataType_Float2.
This commit is contained in:
@ -249,7 +249,6 @@ enum ImGuiDataType
|
||||
ImGuiDataType_Int,
|
||||
ImGuiDataType_Float,
|
||||
ImGuiDataType_Double,
|
||||
ImGuiDataType_Float2,
|
||||
ImGuiDataType_COUNT
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user