mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Fix sf::VideoMode usage example
This commit is contained in:
parent
d99d673330
commit
eb762db342
@ -212,7 +212,7 @@ SFML_WINDOW_API bool operator>=(const VideoMode& left, const VideoMode& right);
|
|||||||
/// {
|
/// {
|
||||||
/// sf::VideoMode mode = modes[i];
|
/// sf::VideoMode mode = modes[i];
|
||||||
/// std::cout << "Mode #" << i << ": "
|
/// std::cout << "Mode #" << i << ": "
|
||||||
/// << mode.width << "x" << mode.height << " - "
|
/// << mode.size.x << "x" << mode.size.y << " - "
|
||||||
/// << mode.bitsPerPixel << " bpp" << std::endl;
|
/// << mode.bitsPerPixel << " bpp" << std::endl;
|
||||||
/// }
|
/// }
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user