medfall

A super great game engine
Log | Files | Refs

commit 6f8b3db0e8fab058d2d3c0e1a3c4717847242e18
parent 0792c3cb35df95173148ab576919de7a8ef14f2e
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Tue, 27 Nov 2018 01:08:51 +0200

Fix GL warning ignoring code

Diffstat:
gl.cc | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gl.cc b/gl.cc @@ -71,10 +71,10 @@ static void gl_debug_output_callback( ) { if( source == 33352 || // shader compliation errors - source == 131169 || - source == 131185 || - source == 131218 || - source == 131204 + id == 131169 || + id == 131185 || + id == 131218 || + id == 131204 ) { return; }