summaryrefslogtreecommitdiff
path: root/opengl/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/main.cpp')
-rw-r--r--opengl/main.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/opengl/main.cpp b/opengl/main.cpp
index 7ded832..9fb5a3b 100644
--- a/opengl/main.cpp
+++ b/opengl/main.cpp
@@ -41,8 +41,6 @@ static int Execute(msModel* model)
W32DLib::Common::Initialise();
W32DLib::Common::MessageTitle("Simple OpenGL");
- // Unfortunately this is the best you can hope for with Milkshape...
- //
HWND parent=GetForegroundWindow();
if (!model)
@@ -66,7 +64,7 @@ static int Execute(msModel* model)
SetCursor(LoadCursor(NULL,IDC_ARROW));
}
- return 1;
+ return MS_MODEL_UNCHANGED;
}
PLUGIN_SPEC void* CreatePlugIn()