Skip to content

Commit 9150f06

Browse files
committed
minor fix
1 parent 2cb83e6 commit 9150f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sourceSDK++.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def button_init():
377377
sdk.btn_Launch = tk.Button(root, text="Launch", command=Launch, image=iconSource, compound=tk.LEFT)
378378
sdk.btn_Launch.pack(side="left")
379379

380-
if sdk.first_init == 1:
380+
if sdk.first_init == 0:
381381
sdk.texture_menu = tk.Menu(sdk.menu_bar, tearoff=0)
382382
sdk.menu_bar.add_cascade(label="Texture", menu=sdk.texture_menu)
383383
sdk.map_menu = tk.Menu(sdk.menu_bar, tearoff=0)

0 commit comments

Comments
 (0)