diff --git a/display.py b/display.py index 8af7d4f..394e008 100755 --- a/display.py +++ b/display.py @@ -97,7 +97,7 @@ class CursesDisplay(Display): def width(self, actorObj=None): if actorObj: - return actor.width(self) + return actorObj.width(self) return self.__screen__.getmaxyx()[1] def height(self, actorObj=None):