(RGL) Uses custom matrix code

This commit is contained in:
Twinaphex 2012-08-09 23:20:39 +02:00
parent a283a54bee
commit c369aa97df

View File

@ -124,6 +124,10 @@ VIDEO IMAGE
VIDEO DRIVER
============================================================ */
#if defined(__CELLOS_LV2__)
#include "../../gfx/math/matrix.c"
#endif
#if defined(HAVE_OPENGL)
#include "../../gfx/gl.c"
#elif defined(GEKKO)