From bcd5e78b7a7381d1cdc323ff5f7fef0028780dc7 Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Wed, 17 Mar 2010 22:53:47 +0000 Subject: [PATCH] Fix test code This was SVN commit r7356. --- source/simulation2/system/ComponentTest.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/simulation2/system/ComponentTest.h b/source/simulation2/system/ComponentTest.h index 92e03677b8..e7204655b4 100644 --- a/source/simulation2/system/ComponentTest.h +++ b/source/simulation2/system/ComponentTest.h @@ -172,5 +172,10 @@ public: { return CFixed_23_8::FromInt(50); } + + virtual float GetGroundLevel(float UNUSED(x), float UNUSED(z)) + { + return 50.f; + } };