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:
authorCampbell Barton <ideasman42@gmail.com>2014-10-11 13:39:21 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-10-11 13:44:28 +0400
commit0a738280e1aae718f0916525ec5a18da6ea37f7a (patch)
tree9a3be2cd9a354dbfdff88c93aa3c97b1b8ef81b5 /source/blender/gpu/intern
parentabd38c00f1ed0305cf4d0735f567851862e34e08 (diff)
Cleanup
Diffstat (limited to 'source/blender/gpu/intern')
-rw-r--r--source/blender/gpu/intern/gpu_draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_draw.c b/source/blender/gpu/intern/gpu_draw.c
index a4435a7d276..622e7b5ce9e 100644
--- a/source/blender/gpu/intern/gpu_draw.c
+++ b/source/blender/gpu/intern/gpu_draw.c
@@ -1882,7 +1882,7 @@ static void gpu_multisample(bool enable)
{
if (GLEW_VERSION_1_3 || GLEW_ARB_multisample) {
#ifdef __linux__
- /* changing multisample enablement from the default (enabled) causes problems on some
+ /* changing multisample from the default (enabled) causes problems on some
* systems (NVIDIA/Linux) when the pixel format doesn't have a multisample buffer */
bool toggle_ok = true;