Skip to content

Commit e6ee3d8

Browse files
authored
Merge pull request #421 from Verteiron/master
Fix utterly insignificant typo in cache clearing log message
2 parents e825c3b + 82fb539 commit e6ee3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/ca/fxco/moreculling/utils/CacheUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ public static void resetAllCache() {
3333
}
3434
});
3535
//TODO: Reset quad cache
36-
MoreCulling.LOGGER.info(allModels.size() + " cache(s) where cleared!");
36+
MoreCulling.LOGGER.info(allModels.size() + " cache(s) were cleared!");
3737
}
3838
}

0 commit comments

Comments
 (0)