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