Skip to content

Commit 60b46cc

Browse files
committed
Comment (#219)
1 parent 8be4d41 commit 60b46cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

imgui.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
Occasionally introducing changes that are breaking the API. The breakage are generally minor and easy to fix.
137137
Here is a change-log of API breaking changes, if you are using one of the functions listed, expect to have to fix some code.
138138
139+
- 2015/08/05 (1.44) - split imgui.cpp into extra files: imgui_demo.cpp imgui_draw.cpp imgui_internal.h that you need to add to your project.
139140
- 2015/07/18 (1.44) - fixed angles in ImDrawList::PathArcTo(), PathArcToFast() (introduced in 1.43) being off by an extra PI for no justifiable reason
140141
- 2015/07/14 (1.43) - add new ImFontAtlas::AddFont() API. For the old AddFont***, moved the 'font_no' parameter of ImFontAtlas::AddFont** functions to the ImFontConfig structure.
141142
you need to render your textured triangles with bilinear filtering to benefit from sub-pixel positioning of text.

0 commit comments

Comments
 (0)