Skip to content

Commit

Permalink
Merge pull request #45 from Sonicadvance1/GLInterface-typo
Browse files Browse the repository at this point in the history
Fix a typo in EGL.h for setting mode.
  • Loading branch information
delroth committed Feb 6, 2014
2 parents 2356e29 + 7a9f7bf commit 8ad6f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/GLInterface/EGL.h
Expand Up @@ -52,7 +52,7 @@ class cInterfaceEGL : public cInterfaceBase
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);
Expand Down

0 comments on commit 8ad6f15

Please sign in to comment.