- weapon drawing code refactor complete.

Setup and drawing are now done separately, this also no longer needs the Quad drawer.
This commit is contained in:
Christoph Oelckers 2018-05-04 23:11:37 +02:00
commit 52d73eabbf
10 changed files with 195 additions and 191 deletions

View file

@ -38,7 +38,6 @@
#include "gl/scene/gl_drawinfo.h"
#include "gl/scene/gl_portal.h"
#include "gl/scene/gl_scenedrawer.h"
#include "gl/renderer/gl_quaddrawer.h"
EXTERN_CVAR(Bool, gl_seamless)