From d8c8655bbab2b7ec0c95f3f0ff9500d22d02f2f1 Mon Sep 17 00:00:00 2001 From: Roza Date: Wed, 29 Apr 2020 22:02:50 -0400 Subject: [PATCH] Remove reference to openGL4 option Magic is getting injected into Essentials to make large tilesets work, so this option serves no further purpose --- mkxp.json.sample | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/mkxp.json.sample b/mkxp.json.sample index 2cf8b571..80f4526a 100644 --- a/mkxp.json.sample +++ b/mkxp.json.sample @@ -20,21 +20,6 @@ // // "rgssVersion": 1, - - // Request an OpenGL 4.1 context. This - // introduces these minimum requirements - // for GPUs: - // - // + NVIDIA 400 Series+ - // + AMD Radeon HD 5000+ - // + Intel HD Graphics 4000+ - // - // If disabled, OpenGL 3.3 is used instead. - // (default: disabled) - // - // "openGL4": false, - - // Create a debug context and log // OpenGL debug information to the console // (default: disabled)