From 60b9590a5422b663a4d7753d92ef41b0d899ab56 Mon Sep 17 00:00:00 2001 From: redthing1 Date: Mon, 15 Jul 2024 18:11:56 -0700 Subject: [PATCH] celtest: fix removed option --- demo/celtest/source/app.d | 1 - 1 file changed, 1 deletion(-) 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");