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:
Diffstat (limited to 'source/gameengine/Expressions/VectorValue.h')
-rw-r--r--source/gameengine/Expressions/VectorValue.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/gameengine/Expressions/VectorValue.h b/source/gameengine/Expressions/VectorValue.h
index 6ff47843282..6158d6773ff 100644
--- a/source/gameengine/Expressions/VectorValue.h
+++ b/source/gameengine/Expressions/VectorValue.h
@@ -16,7 +16,7 @@
* \ingroup expressions
*/
-#if !defined _VECTORVALUE_H
+#ifndef _VECTORVALUE_H
#define _VECTORVALUE_H
#include "Value.h"
@@ -59,7 +59,7 @@ public:
virtual CValue* GetReplica();
virtual const STR_String & GetText();
-/*
+#if 0
void SnapPoint(float num,int snap)
{
if (num > 0) num += ((float)snap / 2);
@@ -78,8 +78,8 @@ public:
SnapPoint(m_vec[KX_Z],snapvec[KX_Z]);
}
-*/
-
+#endif
+
protected:
double m_vec[3];
double m_transformedvec[3];