Mod pregenerated meta option

This commit is contained in:
Anuken
2022-09-20 21:50:44 -04:00
parent ac93539a5c
commit 7f5095921a
5 changed files with 11 additions and 7 deletions

View File

@@ -21,7 +21,9 @@ public class Drawf{
/** Bleeds a mod pixmap if linear filtering is enabled. */
public static void checkBleed(Pixmap pixmap){
if(Core.settings.getBool("linear", true)) Pixmaps.bleed(pixmap);
if(Core.settings.getBool("linear", true)){
Pixmaps.bleed(pixmap);
}
}
//TODO offset unused