Skip to content

Commit

Permalink
Temporary fix to an unforeseen change in Flixel Addons
Browse files Browse the repository at this point in the history
  • Loading branch information
Slushi-Github committed Sep 30, 2024
1 parent d183805 commit 4952f5e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions funkinscsource/psychlua/ShaderFunctions.hx
Original file line number Diff line number Diff line change
Expand Up @@ -577,11 +577,11 @@ class ShaderFunctions
{
if (ClientPrefs.data.shaders)
{
if (value != null)
{
@:privateAccess
value = value.replace("#pragma header", FlxRuntimeShader.BASE_FRAGMENT_HEADER).replace("#pragma body", FlxRuntimeShader.BASE_FRAGMENT_BODY);
}
// if (value != null)
// {
// @:privateAccess
// value = value.replace("#pragma header", FlxRuntimeShader.BASE_FRAGMENT_HEADER).replace("#pragma body", FlxRuntimeShader.BASE_FRAGMENT_BODY);
// }
return value;
}
return value;
Expand Down

0 comments on commit 4952f5e

Please sign in to comment.