mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
suggested fix by forum user JörnS
This commit is contained in:
parent
dd423baf64
commit
3aaa57181d
@ -158,6 +158,7 @@ class ParticleEffect(NodePath):
|
||||
return self.forceGroupDict
|
||||
|
||||
def saveConfig(self, filename):
|
||||
filename = Filename(filename)
|
||||
f = open(filename.toOsSpecific(), 'wb')
|
||||
# Add a blank line
|
||||
f.write('\n')
|
||||
|
Loading…
x
Reference in New Issue
Block a user