Restored TIA::height functionality, otherwise the window won't be properly sized.

This commit is contained in:
Stephen Anthony 2016-12-02 10:16:49 -03:30
parent b34514e7f4
commit 3bb21cdbf3
1 changed files with 1 additions and 1 deletions

View File

@ -572,7 +572,7 @@ void TIA::update()
// TODO: stub
uInt32 TIA::height() const
{
return 0;
return myFrameManager.height();
}
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -