Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Commit

Permalink
SRPMARKER -> POSTFXMARKER
Browse files Browse the repository at this point in the history
  • Loading branch information
Chman committed Feb 28, 2018
1 parent 83ba405 commit 9c525b2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ issue_template.md
issue_template.md.meta
QAReport.md
QAReport.md.meta
/SRPMARKER*
/POSTFXMARKER*
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ static class PostProcessShaderIncludePath
#endif
public static string[] GetPaths()
{
var srpMarker = Directory.GetFiles(Application.dataPath, "SRPMARKER", SearchOption.AllDirectories).FirstOrDefault();
var srpMarker = Directory.GetFiles(Application.dataPath, "POSTFXMARKER", SearchOption.AllDirectories).FirstOrDefault();
var paths = new string[srpMarker == null ? 1 : 2];
var index = 0;
if (srpMarker != null)
Expand Down

0 comments on commit 9c525b2

Please sign in to comment.