Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2015-02-26 13:46:05 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-02-26 13:46:05 +0300
commitd9fa9bffd59185441e88026e5a9f9dbc034383f0 (patch)
tree0e37f63adfd75574b82711c219ec027734ef0719 /source/gameengine
parentac26a6138552f90eb673a2fb5c081bdeb93f71ba (diff)
Grmll, sorry for the noise, fix stupi cpoypaste typo in previous commit.
Diffstat (limited to 'source/gameengine')
-rw-r--r--source/gameengine/GamePlayer/ghost/GPG_Application.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/GamePlayer/ghost/GPG_Application.cpp b/source/gameengine/GamePlayer/ghost/GPG_Application.cpp
index 204b09a7502..6b69a991968 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);