1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-02-08 04:40:09 +00:00

Version 1.91.6

This commit is contained in:
ocornut 2024-12-11 14:17:45 +01:00
parent 2ca83f0bc7
commit 993fa34749
9 changed files with 31 additions and 33 deletions

View file

@ -1,4 +1,4 @@
// dear imgui, v1.91.6 WIP
// dear imgui, v1.91.6
// (drawing and font code)
/*
@ -396,7 +396,7 @@ void ImDrawListSharedData::SetCircleTessellationMaxError(float max_error)
ImDrawList::ImDrawList(ImDrawListSharedData* shared_data)
{
memset(this, 0, sizeof(*this));
memset(this, 0, sizeof(*this));
_Data = shared_data;
}