- Fixed abstract class macro in SDLGLFB class.

This commit is contained in:
Rachael Alexanderson 2016-12-06 18:22:36 -05:00
parent a78b713f4b
commit 8a23befd4d
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
// TYPES -------------------------------------------------------------------
IMPLEMENT_ABSTRACT_CLASS(SDLGLFB, false, false, false, false)
IMPLEMENT_CLASS(SDLGLFB, true, false)
struct MiniModeInfo
{