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/Ketsji/KX_FontObject.h')
-rw-r--r--source/gameengine/Ketsji/KX_FontObject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/gameengine/Ketsji/KX_FontObject.h b/source/gameengine/Ketsji/KX_FontObject.h
index bf70eedfde6..27f642f0f9b 100644
--- a/source/gameengine/Ketsji/KX_FontObject.h
+++ b/source/gameengine/Ketsji/KX_FontObject.h
@@ -47,9 +47,9 @@ public:
void DrawFontText();
- /**
+ /**
* Inherited from CValue -- return a new copy of this
- * instance allocated on the heap. Ownership of the new
+ * instance allocated on the heap. Ownership of the new
* object belongs with the caller.
*/
virtual CValue* GetReplica();