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
Remove redundant code and improve string formatting
Several changes were made throughout different functions in the ImGui codes. A redundant itemSize() call was removed from the inputText method to improve code performance. TextureId formatting was expanded in the debugTools method to avoid truncation of longer Ids. Inconsistent usage of white spaces and indents were adjusted for standardization purpose. Several methods in DemoWindow and ShowDemoWindowWidgets files got their string representations adjusted for better readability and to avoid unintended syntax errors like unclosed quotations. A couple of unused imports were also removed from the ShowDemoWindowPopus file to clean up the code base. The for-loop in the same file was simplified for improving readability.
0 commit comments