make sure we set self.hand in HUd create() as well as in update()
This commit is contained in:
parent
cc5b73bb2e
commit
42cc948cac
|
@ -248,6 +248,7 @@ class Hud:
|
|||
#
|
||||
# this method also manages the creating and destruction of stat
|
||||
# windows via calls to the Stat_Window class
|
||||
self.hand = hand
|
||||
if not self.mw_created:
|
||||
self.create_mw()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user