mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Fix laff meter disappearing after using Painter Joey
This commit is contained in:
parent
93e0c04dce
commit
6377cec192
1 changed files with 1 additions and 1 deletions
|
@ -2993,7 +2993,7 @@ class Toon(Avatar.Avatar, ToonHead):
|
||||||
|
|
||||||
return sequence
|
return sequence
|
||||||
|
|
||||||
def getDustCloud(self, delay=0.5, color=False):
|
def getDustCloud(self, delay=0.5, color=None):
|
||||||
dustCloud = DustCloud.DustCloud(fBillboard=0, wantSound=1)
|
dustCloud = DustCloud.DustCloud(fBillboard=0, wantSound=1)
|
||||||
|
|
||||||
dustCloud.setBillboardAxis(2.0)
|
dustCloud.setBillboardAxis(2.0)
|
||||||
|
|
Loading…
Reference in a new issue