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>2008-01-17 20:15:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-01-17 20:15:44 +0300
commit4966e63f4f6473375ecc8ea654f2aea78bdff070 (patch)
treeb8397a588de63d72ae19478296816e0e780c0327
parent2dc143552fe0fec707beaa593c14b3e1e6e22efa (diff)
game engine wasnt compiling
-rw-r--r--source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp b/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp
index e56063eee46..12c550c52b7 100644
--- a/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp
+++ b/source/gameengine/BlenderRoutines/BL_KetsjiEmbedStart.cpp
@@ -225,7 +225,7 @@ extern "C" void StartKetsjiShell(struct ScrArea *area,
}
for (i = 0; i < 16; i++)
{
- float *projmat_linear = (float*) area->winmat;
+ float *projmat_linear; //XXX = (float*) area->winmat;
projmat.setElem(i, projmat_linear[i]);
}