Skip to content

Commit

Permalink
celtest: fix removed option
Browse files Browse the repository at this point in the history
  • Loading branch information
redthing1 committed Jul 16, 2024
1 parent de0a790 commit 60b9590
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demo/celtest/source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 60b9590

Please sign in to comment.