From cc72f9b51618ac8026f7fa7d304f2a164964b322 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Sun, 6 Jun 2010 00:35:48 +0000 Subject: small warning fix. --- source/gameengine/VideoTexture/ImageBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/gameengine/VideoTexture/ImageBase.cpp') 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; } -- cgit v1.2.3