Skip to content

Commit

Permalink
a silly mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 authored Oct 17, 2024
1 parent 03043fc commit 19cdac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/backend/shaders/FunkinShader.hx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import openfl.display.ShaderInput;
class FunkinShader extends FlxShader implements IHScriptCustomBehaviour {
private static var __instanceFields = Type.getInstanceFields(FunkinShader);

public var glslVer:String = #if mobile "300 es" #else "120" #end;
public var glslVer:String = #if lime_opengles "300 es" #else "120" #end;

/**
* Creates a new shader from the specified fragment and vertex source.
Expand Down

0 comments on commit 19cdac7

Please sign in to comment.