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>2010-02-28 17:57:26 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-02-28 17:57:26 +0300
commited7f4f2e3cc19e6c90b678b87617d2a19ddc3da3 (patch)
tree9cd8cb96e8e34d5f0a9d96785a5ce028e8d5c21f /source/gameengine/VideoTexture/ImageBase.cpp
parentc1cd33e166fa0b0f9419ec9d8a19d124452019d3 (diff)
make BGL and BLF modile names lowercase
Diffstat (limited to 'source/gameengine/VideoTexture/ImageBase.cpp')
-rw-r--r--source/gameengine/VideoTexture/ImageBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/VideoTexture/ImageBase.cpp b/source/gameengine/VideoTexture/ImageBase.cpp
index 908aa5ddd5e..31c634b1511 100644
--- a/source/gameengine/VideoTexture/ImageBase.cpp
+++ b/source/gameengine/VideoTexture/ImageBase.cpp
@@ -22,7 +22,7 @@ http://www.gnu.org/copyleft/lesser.txt.
#include "ImageBase.h"
extern "C" {
-#include "BGL.h"
+#include "bgl.h"
}
#include "GL/glew.h"