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

Commit 9c525b2

Browse files
committed
SRPMARKER -> POSTFXMARKER
1 parent 83ba405 commit 9c525b2

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ issue_template.md
99
issue_template.md.meta
1010
QAReport.md
1111
QAReport.md.meta
12-
/SRPMARKER*
12+
/POSTFXMARKER*

SRPMARKER renamed to POSTFXMARKER

File renamed without changes.
File renamed without changes.

PostProcessing/Editor/Utils/PostProcessShaderIncludePath.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ static class PostProcessShaderIncludePath
1111
#endif
1212
public static string[] GetPaths()
1313
{
14-
var srpMarker = Directory.GetFiles(Application.dataPath, "SRPMARKER", SearchOption.AllDirectories).FirstOrDefault();
14+
var srpMarker = Directory.GetFiles(Application.dataPath, "POSTFXMARKER", SearchOption.AllDirectories).FirstOrDefault();
1515
var paths = new string[srpMarker == null ? 1 : 2];
1616
var index = 0;
1717
if (srpMarker != null)

0 commit comments

Comments
 (0)