mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-22 11:25:35 +01:00
Fixed stupid issue with the new low-quality filters...
This commit is contained in:
@@ -20,7 +20,7 @@ import android.view.WindowManager;
|
||||
|
||||
public final class AndorsTrailApplication extends Application {
|
||||
|
||||
public static final boolean DEVELOPMENT_DEBUGRESOURCES = false;
|
||||
public static final boolean DEVELOPMENT_DEBUGRESOURCES = true;
|
||||
public static final boolean DEVELOPMENT_FORCE_STARTNEWGAME = false;
|
||||
public static final boolean DEVELOPMENT_FORCE_CONTINUEGAME = false;
|
||||
public static final boolean DEVELOPMENT_DEBUGBUTTONS = true;
|
||||
|
||||
@@ -387,7 +387,7 @@ public final class MainView extends SurfaceView
|
||||
doDrawRect_Ground(canvas, area);
|
||||
doDrawRect_Objects(canvas, area);
|
||||
doDrawRect_Above(canvas, area);
|
||||
if (!useAlternateColorFilterPaint) {
|
||||
if (useAlternateColorFilterPaint) {
|
||||
applyAlternateFilter(canvas, area);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user