mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -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
|
return self.forceGroupDict
|
||||||
|
|
||||||
def saveConfig(self, filename):
|
def saveConfig(self, filename):
|
||||||
|
filename = Filename(filename)
|
||||||
f = open(filename.toOsSpecific(), 'wb')
|
f = open(filename.toOsSpecific(), 'wb')
|
||||||
# Add a blank line
|
# Add a blank line
|
||||||
f.write('\n')
|
f.write('\n')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user