mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
Small fix to the doc
This commit is contained in:
parent
48968faeda
commit
c66037ab07
|
@ -220,10 +220,10 @@ private:
|
|||
-- [Optionnal] Knowing if a rect is clipped --
|
||||
ScrollRegionIsRectClipped(&s_ScrollRegion, Rect);
|
||||
|
||||
-- [Optionnal] Scroll to a rect --
|
||||
-- [Optionnal] Scroll to a rect (to the last added rect)--
|
||||
...
|
||||
ScrollRegionAddRect(&s_ScrollRegion, Rect);
|
||||
ScrollRegionScrollHere(&s_ScrollRegion, Rect, Option);
|
||||
ScrollRegionScrollHere(&s_ScrollRegion, Option);
|
||||
|
||||
-- End --
|
||||
EndScrollRegion(&s_ScrollRegion);
|
||||
|
|
Loading…
Reference in a new issue