Skip to content

Commit

Permalink
tree.get already gets internal files
Browse files Browse the repository at this point in the history
  • Loading branch information
MEEPofFaith committed Mar 3, 2024
1 parent ef3e3d6 commit dd0b4d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/drunkustry/graphics/DrunkShaders.java
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,6 @@ public void apply(){
}
}

public static Fi getInternalShaderFi(String file){
return files.internal("shaders/" + file);
}

public static Fi getShaderFi(String file){
return tree.get("shaders/" + file);
}
Expand Down

0 comments on commit dd0b4d4

Please sign in to comment.