Merge pull request #45 from Sonicadvance1/GLInterface-typo

Fix a typo in EGL.h for setting mode.
This commit is contained in:
Pierre Bourdon 2014-02-06 23:40:06 +01:00
commit 8ad6f154a4

View file

@ -52,7 +52,7 @@ public:
friend class cPlatform;
void SwapInterval(int Interval);
void Swap();
void SetMode(u32 mode) { s_opengl_mode = GLInterfaceMode::MODE_DETECT; }
void SetMode(u32 mode) { s_opengl_mode = mode; }
void UpdateFPSDisplay(const char *Text);
void* GetFuncAddress(std::string name);
bool Create(void *&window_handle);