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>2013-01-12 21:12:48 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-01-12 21:12:48 +0400
commit9c003a36d6e1fb6a42d7abba45d5c6740a912250 (patch)
treea321350f271553434debe6e531bd72fc1d995e78 /source/gameengine
parentfa759d8ffdd6c2a66270e8e85a53f608f4cd7ad0 (diff)
patch from Harley Acheson to remove multiple inline defines.
Diffstat (limited to 'source/gameengine')
-rw-r--r--source/gameengine/Ketsji/KX_KetsjiEngine.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/gameengine/Ketsji/KX_KetsjiEngine.cpp b/source/gameengine/Ketsji/KX_KetsjiEngine.cpp
index c1a569fe2aa..0ddac9c897a 100644
--- a/source/gameengine/Ketsji/KX_KetsjiEngine.cpp
+++ b/source/gameengine/Ketsji/KX_KetsjiEngine.cpp
@@ -1520,9 +1520,8 @@ void KX_KetsjiEngine::RenderDebugProperties()
if (m_show_debug_properties && m_propertiesPresent) {
/* Title for debugging("Debug properties") */
- debugtxt.Format("Debug Properties");
m_rendertools->RenderText2D(RAS_IRenderTools::RAS_TEXT_PADDED,
- debugtxt.ReadPtr(),
+ "Debug Properties",
xcoord + const_xindent + title_xmargin, // Adds the constant x indent (0 for now) to the title x margin
ycoord,
m_canvas->GetWidth() /* RdV, TODO ?? */,