mirror of
https://github.com/SFML/SFML.git
synced 2024-11-28 22:31:09 +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
|
/// Simultaneous updates to the vertex buffer are not guaranteed to be
|
||||||
/// carried out by the driver in any specific order. Updating the same
|
/// carried out by the driver in any specific order. Updating the same
|
||||||
/// region of the buffer from multiple threads will not cause undefined
|
/// 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
|
/// Simultaneous updates of distinct non-overlapping regions of the buffer
|
||||||
/// are also not guaranteed to complete in a specific order. However, in
|
/// are also not guaranteed to complete in a specific order. However, in
|
||||||
|
@ -240,7 +240,7 @@ private:
|
|||||||
/// with either loadFromPixels() or loadFromSystem(), the
|
/// with either loadFromPixels() or loadFromSystem(), the
|
||||||
/// cursor can be changed with sf::WindowBase::setMouseCursor().
|
/// 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.
|
/// in use by the window.
|
||||||
///
|
///
|
||||||
/// Usage example:
|
/// Usage example:
|
||||||
|
Loading…
Reference in New Issue
Block a user