diff options
author | megamage <none@none> | 2008-12-24 15:49:38 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-12-24 15:49:38 -0600 |
commit | 808d79eb297c37a51f4c396152348e422c06d44f (patch) | |
tree | eb29d88c8515fe8f2068291126c21934b316220d /contrib/vmap_debugger/ModelContainerView.h | |
parent | e71697462e487f20812bee265cae0c8a8458b160 (diff) |
*Some clean up.
--HG--
branch : trunk
Diffstat (limited to 'contrib/vmap_debugger/ModelContainerView.h')
-rw-r--r-- | contrib/vmap_debugger/ModelContainerView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/vmap_debugger/ModelContainerView.h b/contrib/vmap_debugger/ModelContainerView.h index ff41f7d1784..28d992a0c16 100644 --- a/contrib/vmap_debugger/ModelContainerView.h +++ b/contrib/vmap_debugger/ModelContainerView.h @@ -51,7 +51,7 @@ namespace VMAP bool iPosSent; Array<Command> iPrevLoadCommands; private: - Vector3 convertPositionToTrinityRep(float x, float y, float z) const; + Vector3 convertPositionToMangosRep(float x, float y, float z) const; public: ModelContainerView(const G3D::GApp::Settings& settings); |