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:
authorErwin Coumans <blender@erwincoumans.com>2006-01-12 04:15:09 +0300
committerErwin Coumans <blender@erwincoumans.com>2006-01-12 04:15:09 +0300
commitb9d99662d2e59b2c1f07d5cbd688966392c06f1c (patch)
tree99fb86d64c463bf409c4665f7edc865546c5e303 /source/gameengine/Ketsji/BL_Texture.cpp
parent150d36e4dac1c556c3f65755d88ef76112a5ee9c (diff)
uncommented include "IMB_imbuf.h", it is needed?
Diffstat (limited to 'source/gameengine/Ketsji/BL_Texture.cpp')
-rw-r--r--source/gameengine/Ketsji/BL_Texture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/Ketsji/BL_Texture.cpp b/source/gameengine/Ketsji/BL_Texture.cpp
index f03bfffc8ec..3b970cc4c8c 100644
--- a/source/gameengine/Ketsji/BL_Texture.cpp
+++ b/source/gameengine/Ketsji/BL_Texture.cpp
@@ -20,7 +20,7 @@
#include "DNA_image_types.h"
#include "IMB_imbuf_types.h"
#include "BKE_image.h"
-//#include "IMB_imbuf.h"
+#include "IMB_imbuf.h"
#include "BLI_blenlib.h"
#include "RAS_GLExtensionManager.h"