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>2011-10-07 02:04:01 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-10-07 02:04:01 +0400
commitc27926896f4661f2764f96a1b5e2efd30820523c (patch)
treec73d3a500a0831d89163c9b7385c97097fcaa434 /source/gameengine/VideoTexture/ImageViewport.h
parentf9ea19ac129deb9d3cb5ce9c7a4ea81b86e77680 (diff)
spaces -> tabs (whitespace only changes)
Diffstat (limited to 'source/gameengine/VideoTexture/ImageViewport.h')
-rw-r--r--source/gameengine/VideoTexture/ImageViewport.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/VideoTexture/ImageViewport.h b/source/gameengine/VideoTexture/ImageViewport.h
index 1b415fc58be..70c52b0781c 100644
--- a/source/gameengine/VideoTexture/ImageViewport.h
+++ b/source/gameengine/VideoTexture/ImageViewport.h
@@ -51,7 +51,7 @@ public:
/// is alpha channel used
bool getAlpha (void) { return m_alpha; }
/// set whole buffer use
- void setAlpha (bool alpha) { m_alpha = alpha; }
+ void setAlpha (bool alpha) { m_alpha = alpha; }
/// get capture size in viewport
short * getCaptureSize (void) { return m_capSize; }
@@ -71,8 +71,8 @@ protected:
short m_capSize[2];
/// use whole viewport
bool m_whole;
- /// use alpha channel
- bool m_alpha;
+ /// use alpha channel
+ bool m_alpha;
/// position of capture rectangle in viewport
GLint m_position[2];