Skip to content

Commit

Permalink
Please let me code again
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolka9144 committed Dec 23, 2024
2 parents 533f825 + 420646f commit 9cef622
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified README.md
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion source/options/NotesColorSubState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -725,4 +725,4 @@ class NotesColorSubState extends MusicBeatSubstate
function setShaderColor(value:FlxColor) dataArray[curSelectedNote][curSelectedMode] = value;
function getShaderColor() return dataArray[curSelectedNote][curSelectedMode];
function getShader() return Note.globalRgbShaders[curSelectedNote];
}
}

0 comments on commit 9cef622

Please sign in to comment.