Skip to content

Commit bdcc826

Browse files
authored
Update __init__.py
small bug fix
1 parent 9addd88 commit bdcc826

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def register():
5858
# manually call this function once
5959
# so when addon being installed, it can run correctly
6060
# because scene is not used, so pass None into it
61-
SIMLOADER_initilize(None)
61+
SIMLOADER_initialize(None)
6262

6363
def unregister():
6464
for cls in classes:
@@ -73,4 +73,4 @@ def unregister():
7373
if __name__ == "__main__":
7474

7575
# unregister()
76-
register()
76+
register()

0 commit comments

Comments
 (0)