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:
authorGaia Clary <gaia.clary@machinimatrix.org>2015-03-16 20:58:58 +0300
committerGaia Clary <gaia.clary@machinimatrix.org>2015-03-16 20:58:58 +0300
commitef70d644d6c32339d42eedd27c7b805eb8af1d07 (patch)
tree0093a46831f9b550bd92cd24228c067dbdf1a9d9 /source/gameengine
parent9ed5a1073ef9db3761ab5ddc30f34955096f9ea8 (diff)
reverting unintentionally changed value of enum OBJ_TEXT
Diffstat (limited to 'source/gameengine')
-rw-r--r--source/gameengine/GameLogic/SCA_IObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/GameLogic/SCA_IObject.h b/source/gameengine/GameLogic/SCA_IObject.h
index a695fd4e7be..21e2c1cbcfc 100644
--- a/source/gameengine/GameLogic/SCA_IObject.h
+++ b/source/gameengine/GameLogic/SCA_IObject.h
@@ -221,7 +221,7 @@ public:
OBJ_ARMATURE=0,
OBJ_CAMERA=1,
OBJ_LIGHT=2,
- OBJ_TEXT=4
+ OBJ_TEXT=3
} ObjectTypes;
};