Skip to content

Commit ff03a97

Browse files
committed
Updated the HOUDNI_PATH value generated by the GameDev toolset to avoid having the original HOUDINI_PATH included twice.
Before HOUDINI_PATH = $APPDATA\SideFX\GameDevToolset\X.X\BRANCH;$HOUDINI_PATH;& Now HOUDINI_PATH = $APPDATA\SideFX\GameDevToolset\X.X\BRANCH;&; the & and HOUDINI_PATH were redundant.
1 parent f922afb commit ff03a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolbar/game_development_toolset.shelf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ class GameDevelopmentUpdater(object):
272272
entry = "HOUDINI_PATH = "
273273
entry += quote_char + HOU_TEMP_PATH_STR + "\\"
274274
entry += version + "\\" + branch
275-
entry += sep + "$HOUDINI_PATH" + sep + "&" + quote_char + "\n"
275+
entry += sep + "&" + sep + quote_char + "\n"
276276
277277
to_write.append(entry)
278278

0 commit comments

Comments
 (0)