mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Changed the default vertical tile alignment from top to bottom.
This commit is contained in:
parent
16880028d7
commit
79a661b744
|
@ -37,7 +37,7 @@ ImageComponent::ImageComponent(bool forceLoad, bool dynamic)
|
||||||
, mLinearInterpolation {false}
|
, mLinearInterpolation {false}
|
||||||
, mMipmapping {false}
|
, mMipmapping {false}
|
||||||
, mTileHorizontalAlignment {ALIGN_LEFT}
|
, mTileHorizontalAlignment {ALIGN_LEFT}
|
||||||
, mTileVerticalAlignment {ALIGN_TOP}
|
, mTileVerticalAlignment {ALIGN_BOTTOM}
|
||||||
, mTopLeftCrop {0.0f, 0.0f}
|
, mTopLeftCrop {0.0f, 0.0f}
|
||||||
, mBottomRightCrop {1.0f, 1.0f}
|
, mBottomRightCrop {1.0f, 1.0f}
|
||||||
, mClipRegion {0.0f, 0.0f, 0.0f, 0.0f}
|
, mClipRegion {0.0f, 0.0f, 0.0f, 0.0f}
|
||||||
|
|
Loading…
Reference in a new issue