diff --git a/src/houdini/lib/H_USD/HUSD/HUSD_FileExpanded.C b/src/houdini/lib/H_USD/HUSD/HUSD_FileExpanded.C index 157d4b50..e0e0900a 100644 --- a/src/houdini/lib/H_USD/HUSD/HUSD_FileExpanded.C +++ b/src/houdini/lib/H_USD/HUSD/HUSD_FileExpanded.C @@ -162,7 +162,7 @@ HUSD_FileExpanded::expand(const char* str, fpreal ff, fpreal inc, int i, doExpand, &fvars, true, // Tilde expand - false)) // Comment expand + true)) // Comment expand { return UT_StringHolder(ofile); }