Remove reference to openGL4 option

Magic is getting injected into Essentials to make large tilesets work,
so this option serves no further purpose
This commit is contained in:
Struma 2020-04-29 22:02:50 -04:00 committed by Roza
parent 78bfeb4d80
commit 1cb53a8e63

View file

@ -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)