Fix compile, rename _Legacy to _OGL so I stop being confused

This commit is contained in:
Colby Klein
2011-05-02 11:23:37 -07:00
parent ba478c3974
commit e9d6fada14
7 changed files with 3004 additions and 3341 deletions
+1 -1
View File
@@ -426,7 +426,7 @@ static void AdjustForChangedSystemCapabilities()
#endif
#if defined(SUPPORT_OPENGL)
#include "RageDisplay_Legacy.h"
#include "RageDisplay_OGL.h"
#endif
#include "RageDisplay_Null.h"