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>2015-01-26 19:41:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-01-26 19:41:05 +0300
commit59e2f919ac8d99cea01429cb3bcf3d841024f1bd (patch)
treecd15d9be21dd537c7189a0a372d2f5efc67db56c /source/gameengine/VideoTexture/ImageBase.cpp
parentb94efe0e8b785598933d9f506b965068652fb579 (diff)
missed last commit
Diffstat (limited to 'source/gameengine/VideoTexture/ImageBase.cpp')
-rw-r--r--source/gameengine/VideoTexture/ImageBase.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/gameengine/VideoTexture/ImageBase.cpp b/source/gameengine/VideoTexture/ImageBase.cpp
index 5a07b84fa12..23da528009d 100644
--- a/source/gameengine/VideoTexture/ImageBase.cpp
+++ b/source/gameengine/VideoTexture/ImageBase.cpp
@@ -718,7 +718,6 @@ static int Image_getbuffer(PyImage *self, Py_buffer *view, int flags)
image = self->m_image->getImage();
}
catch (Exception & exp) {
- // cannot return -1, this creates a crash in Python, for now we will just return an empty buffer
exp.report();
return -1;
}