Commit: d9fa9bffd59185441e88026e5a9f9dbc034383f0
Author: Bastien Montagne
Date:   Thu Feb 26 11:46:05 2015 +0100
Branches: master
https://developer.blender.org/rBd9fa9bffd59185441e88026e5a9f9dbc034383f0

Grmll, sorry for the noise, fix stupi cpoypaste typo in previous commit.

===================================================================

M       source/gameengine/GamePlayer/ghost/GPG_Application.cpp

===================================================================

diff --git a/source/gameengine/GamePlayer/ghost/GPG_Application.cpp 
b/source/gameengine/GamePlayer/ghost/GPG_Application.cpp
index 204b09a..6b69a99 100644
--- a/source/gameengine/GamePlayer/ghost/GPG_Application.cpp
+++ b/source/gameengine/GamePlayer/ghost/GPG_Application.cpp
@@ -255,7 +255,7 @@ bool GPG_Application::startScreenSaverPreview(
                if (stereoVisual) {
                        glSettings.flags |= GHOST_glStereoVisual;
                }
-               glSettings.numOfAASamples = numOfAASamples;
+               glSettings.numOfAASamples = samples;
 
                m_mainWindow = fSystem->createWindow(title, 0, 0, windowWidth, 
windowHeight, GHOST_kWindowStateMinimized,
                                                     
GHOST_kDrawingContextTypeOpenGL, glSettings);

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to