Fix laff meter disappearing after using Painter Joey

This commit is contained in:
John 2015-05-31 01:06:57 +03:00 committed by Loudrob
parent 93e0c04dce
commit 6377cec192

View file

@ -2993,7 +2993,7 @@ class Toon(Avatar.Avatar, ToonHead):
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.setBillboardAxis(2.0)