File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1226,7 +1226,7 @@ else:
12261226 "/Fd${TARGET}.pdb" ,
12271227 ],
12281228 )
1229-
1229+
12301230 # Reorder build commands so that `/external:I` includes come after `/I` includes.
12311231 # Otherwise we'll pick up the Gaffer includes from the build directory, and not
12321232 # the ones in the source tree.
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ boost::regex attributeRegex()
8686 // Extract ATTR_NAME from the pattern <attr:ATTR_NAME>
8787 // Only match if the angle brackets haven't been escaped with a backslash
8888 static boost::regex r ( " (?<!\\\\ )<attr:([^>]*[^\\\\ >])>" );
89- return r;
89+ return r;
9090}
9191
9292bool stringFindSubstitutions ( const std::string &target, std::unordered_set< InternedString > &requestedAttributes )
@@ -737,7 +737,7 @@ class ShaderNetwork::Implementation
737737 }
738738 }
739739
740- m_parmsNeedingSubstitution[ node.handle ] = parmsNeedingSub;
740+ m_parmsNeedingSubstitution[ node.handle ] = parmsNeedingSub;
741741 }
742742
743743 m_hash.append ( m_output.shader );
You can’t perform that action at this time.
0 commit comments