remove 'gl_samples' parameter (it was used from antialiasing, but we have a bitmap font, so we don't want antialiasing)
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
int CONTEXT_VERSION_MAJOR = GLFW_CONTEXT_VERSION_MAJOR;
|
||||
int DEPRECATED = GLFW_DECORATED;
|
||||
int GLFW_FFI_FALSE = GLFW_FALSE;
|
||||
int SAMPLES = GLFW_SAMPLES;
|
||||
|
||||
// GLFW functions used below
|
||||
void init() {
|
||||
|
||||
Reference in New Issue
Block a user