mirror of
https://github.com/libretro/stella2023.git
synced 2024-11-27 10:50:38 +00:00
added missing change
This commit is contained in:
parent
856ece86d0
commit
2134eede62
@ -290,7 +290,8 @@ bool RomImageWidget::loadPng(const string& fileName)
|
||||
try
|
||||
{
|
||||
VariantList metaData;
|
||||
instance().png().loadImage(fileName, *mySurface, metaData);
|
||||
double aspectRatio = 1;
|
||||
instance().png().loadImage(fileName, *mySurface, &aspectRatio, metaData);
|
||||
|
||||
// Retrieve label for loaded image
|
||||
myLabel.clear();
|
||||
|
Loading…
Reference in New Issue
Block a user