Commit ff03a97
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| |||
0 commit comments