Renamed Window::UseVerticalSync to EnableVerticalSync
Renamed Shape::Get/SetOutlineWidth to Get/SetOutlineThickness git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1767 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
3cf2281988
commit
f4fa8b1fbc
25 changed files with 72 additions and 72 deletions
|
@ -265,7 +265,7 @@ public :
|
|||
/// \param enabled True to enable v-sync, false to deactivate
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
void UseVerticalSync(bool enabled);
|
||||
void EnableVerticalSync(bool enabled);
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// \brief Show or hide the mouse cursor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue