Skip to content

Commit

Permalink
Merge pull request #2 from loonaticx/master
Browse files Browse the repository at this point in the history
Fix prc load crash
  • Loading branch information
drewc5131 authored Sep 19, 2020
2 parents f4ec28a + e132629 commit 22cf135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ttle.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from direct.showbase.ShowBase import ShowBase
import builtins
import argparse
from panda3d.core import loadPrcFile
from panda3d.core import loadPrcFile, loadPrcFileData


class ToontownLevelEditor(ShowBase):
Expand Down

0 comments on commit 22cf135

Please sign in to comment.