mirror of https://github.com/stella-emu/stella.git
Restored TIA::height functionality, otherwise the window won't be properly sized.
This commit is contained in:
parent
b34514e7f4
commit
3bb21cdbf3
|
@ -572,7 +572,7 @@ void TIA::update()
|
|||
// TODO: stub
|
||||
uInt32 TIA::height() const
|
||||
{
|
||||
return 0;
|
||||
return myFrameManager.height();
|
||||
}
|
||||
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
|
Loading…
Reference in New Issue