[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [29254] trunk/blender/source/gameengine/ VideoTexture/ImageBase.cpp: small warning fix.

Nathan Letwory nathan at letworyinteractive.com
Sun Jun 6 02:35:49 CEST 2010


Revision: 29254
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=29254
Author:   jesterking
Date:     2010-06-06 02:35:48 +0200 (Sun, 06 Jun 2010)

Log Message:
-----------
small warning fix.

Modified Paths:
--------------
    trunk/blender/source/gameengine/VideoTexture/ImageBase.cpp

Modified: trunk/blender/source/gameengine/VideoTexture/ImageBase.cpp
===================================================================
--- trunk/blender/source/gameengine/VideoTexture/ImageBase.cpp	2010-06-06 00:33:59 UTC (rev 29253)
+++ trunk/blender/source/gameengine/VideoTexture/ImageBase.cpp	2010-06-06 00:35:48 UTC (rev 29254)
@@ -650,7 +650,7 @@
 	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;
 	}





More information about the Bf-blender-cvs mailing list