diff --git a/source/gameengine/VideoTexture/ImageBase.cpp b/source/gameengine/VideoTexture/ImageBase.cpp index 8fe460befa4..88a20fadcf7 100644 --- a/source/gameengine/VideoTexture/ImageBase.cpp +++ b/source/gameengine/VideoTexture/ImageBase.cpp @@ -650,7 +650,7 @@ int Image_getbuffer(PyImage *self, Py_buffer *view, int flags) catch (Exception & exp) { // cannot return -1, this creates a crash in Python, for now we will just return an empty buffer - //exp.report(); + exp.report(); //return -1; goto error; }