Skip to content

Commit

Permalink
fix typo(was bored)
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdIce1605 committed Mar 6, 2021
1 parent 5592607 commit 408b181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/coderbot/iris/Iris.java
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private static Optional<Path> loadExternalZipShaderpack(Path shaderpackPath) {
Path root = zipSystem.getRootDirectories().iterator().next();//should only be one root directory for a zip shaderpack

Path potentialShaderDir = zipSystem.getPath("shaders");
//if the shaders dir was immediatly found return it
//if the shaders dir was immediately found return it
//otherwise, manually search through each directory path until it ends with "shaders"
if (Files.exists(potentialShaderDir)) {
return Optional.of(potentialShaderDir);
Expand Down

0 comments on commit 408b181

Please sign in to comment.