aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/video_core/video_core.cpp
diff options
context:
space:
mode:
authorGravatar archshift <admin@archshift.com>2014-04-30 20:12:01 -0700
committerGravatar archshift <admin@archshift.com>2014-04-30 20:13:28 -0700
commit704075f04a8adda82141f3c68addfd6c34a08765 (patch)
tree4f2d735372ffd90d59ec0cac28da76411c7c758f /src/video_core/video_core.cpp
parent948cfe6d37558ee3a98649d88655a08774f09e3e (diff)
Fixed indents
Diffstat (limited to 'src/video_core/video_core.cpp')
-rw-r--r--src/video_core/video_core.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_core/video_core.cpp b/src/video_core/video_core.cpp
index 4e9cd70b..5f1933b1 100644
--- a/src/video_core/video_core.cpp
+++ b/src/video_core/video_core.cpp
@@ -30,8 +30,8 @@ void Start() {
/// Initialize the video core
void Init(EmuWindow* emu_window) {
- glewExperimental = GL_TRUE;
-
+ glewExperimental = GL_TRUE;
+
g_emu_window = emu_window;
g_emu_window->MakeCurrent();
g_renderer = new RendererOpenGL();