mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Use American spellings
This commit is contained in:
parent
8c9fa1087e
commit
3acc332de0
@ -386,7 +386,7 @@ SFML_GRAPHICS_API void swap(VertexBuffer& left, VertexBuffer& right) noexcept;
|
||||
/// Simultaneous updates to the vertex buffer are not guaranteed to be
|
||||
/// carried out by the driver in any specific order. Updating the same
|
||||
/// region of the buffer from multiple threads will not cause undefined
|
||||
/// behaviour, however the final state of the buffer will be unpredictable.
|
||||
/// behavior, however the final state of the buffer will be unpredictable.
|
||||
///
|
||||
/// Simultaneous updates of distinct non-overlapping regions of the buffer
|
||||
/// are also not guaranteed to complete in a specific order. However, in
|
||||
|
@ -240,7 +240,7 @@ private:
|
||||
/// with either loadFromPixels() or loadFromSystem(), the
|
||||
/// cursor can be changed with sf::WindowBase::setMouseCursor().
|
||||
///
|
||||
/// The behaviour is undefined if the cursor is destroyed while
|
||||
/// The behavior is undefined if the cursor is destroyed while
|
||||
/// in use by the window.
|
||||
///
|
||||
/// Usage example:
|
||||
|
Loading…
Reference in New Issue
Block a user