mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 19:31:30 +11:00
comment fix (#178)
This commit is contained in:
parent
542da074fe
commit
2c3fc9526c
|
@ -155,7 +155,7 @@ pub enum ScaleMode {
|
|||
Stretch,
|
||||
/// Keep the correct aspect ratio to be displayed while scaling up fully in the other axis. Fill area will be filed with Window::set_bg_color (default 0, 0, 0)
|
||||
AspectRatioStretch,
|
||||
/// Places the buffer in the middle of the window without any scaling. Fills the borders with color set Window::set_bg_color (default 0,0,0)
|
||||
/// Places the buffer in the middle of the window without any scaling. Fills the borders with color set `Window::set_background_color` (default 0, 0, 0)
|
||||
/// If the window is smaller than the buffer the center of the buffer will be displayed
|
||||
Center,
|
||||
/// Same as Center but places the buffer in the upper left corner of the window.
|
||||
|
|
Loading…
Reference in a new issue