-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Debug: move debug assertion in post-clip code to reduce overhead. (#4796
and more). Amend c801799
- Loading branch information
Showing
1 changed file
with
17 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8340a30
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I Just Update The Files from 1.85 to 1.90
But the version This version has a lot of problems and I tried to solve them but I couldn’t (I use a mobile phone)
If the pictures are not clear or do not exist, I will explain it here :
1- the error in ImGui.h file in ImGuiStyle::ScaleAllSizes
2- the error is (invalid operands to binary expression ('ImVec2' and 'float')
3- in padding variables like
ItemSpacing = ImFloor(ItemSpacing * scale_factor);
WindowPadding = ImFloor(WindowPadding * scale_factor);
5- another error (invalid operands to binary expression ('const ImVec2' and 'ImVec2')
In this code
float dist2 = ImLengthSqr(p - p_line);
Please Fix Errors ❤️