mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Window API refactor
This commit is contained in:
@@ -8,5 +8,5 @@ Rect BitmapImage::GetRect() const
|
||||
const uint32_t width = infoHeader->m_width;
|
||||
const uint32_t height = infoHeader->m_height;
|
||||
|
||||
return Rect::Create(0, 0, static_cast<int16_t>(height), static_cast<int16_t>(width));
|
||||
return Rect::Create(0, 0, static_cast<int16_t>(height), static_cast<int16_t>(width));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user