You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Back-ends: imgui_SFML
Compiler: msys2 mingw32 32bit
Operating System: Windows 10
There is bug in functions. As we can set radius to be smaller than 1 but bigger than 0, with num_segments == 0. Exist problem with getting precompiled data of how many num_segments we need to draw circle.
const int radius_idx = (int) radius - 1;
The text was updated successfully, but these errors were encountered:
Back-ends: imgui_SFML
Compiler: msys2 mingw32 32bit
Operating System: Windows 10
There is bug in functions. As we can set radius to be smaller than 1 but bigger than 0, with num_segments == 0. Exist problem with getting precompiled data of how many num_segments we need to draw circle.
const int radius_idx = (int) radius - 1;
The text was updated successfully, but these errors were encountered: