Minor fix in sf::Text
This commit is contained in:
parent
df61292f65
commit
79d5217c42
2 changed files with 6 additions and 6 deletions
|
@ -138,8 +138,8 @@ private :
|
|||
///
|
||||
/// SFML mutexes are recursive, which means that you can lock
|
||||
/// a mutex multiple times in the same thread without creating
|
||||
/// a deadlock. In this case, the first call to Lock() will behave
|
||||
/// as usual, and the following ones will have no effect.
|
||||
/// a deadlock. In this case, the first call to Lock() behaves
|
||||
/// as usual, and the following ones have no effect.
|
||||
/// However, you must call Unlock() exactly as many times as you
|
||||
/// called Lock(). If you don't, the mutex won't be released.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue