Added some code that does nothing at this state.
This commit is contained in:
parent
6401a2031f
commit
b30eb510c2
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ class GDPygame:
|
|||
|
||||
def window_update(self, size):
|
||||
self.settings.window_size = size
|
||||
self.ui.update()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Reference in a new issue