This website requires JavaScript.
Explore
Help
Register
Sign In
imports
/
imgui
Watch
1
Star
0
Fork
0
You've already forked imgui
mirror of
https://github.com/ocornut/imgui.git
synced
2026-03-29 00:10:00 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6bf5aed3254c7ec126b1fc10eb8ce38ac3bb5a9e
imgui
/
imgui.cpp
Rokas Kupstys
c863c1f6a1
Clean up number rounding. Now it is more obvious what code is doing. (
#2862
)
...
Add IM_ROUND() macro Replace IM_FLOOR(n + 0.5f) and ImFloor(n + 0.5f) with IM_ROUND(n)
2019-10-29 17:05:25 +01:00
471 KiB
Raw
Blame
History
View Raw
Reference in New Issue
View Git Blame
Copy Permalink