diff --git a/demo/celtest/source/app.d b/demo/celtest/source/app.d index 507774e4..3e5a0e9d 100644 --- a/demo/celtest/source/app.d +++ b/demo/celtest/source/app.d @@ -25,7 +25,6 @@ class Game : Core { this(int width, int height) { // core init here - Core.render_oversample_hidpi = true; Core.default_filter_mode = raylib.TextureFilter.TEXTURE_FILTER_TRILINEAR; super(width, height, vr_enabled ? "celtest [VR]" : "celtest");