diff options
author | Stijn Buys <ingar@osirion.org> | 2008-03-02 21:21:13 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-03-02 21:21:13 +0000 |
commit | 6e08b92bd4f3e32fdf550f0a3e950e3101a1b06f (patch) | |
tree | 602e344c9506949f1a3f2d71875778baa23a7e36 /src/render | |
parent | a2acf0f1b4aa830929507c70483f0b1885bf4426 (diff) |
Rotated world
Diffstat (limited to 'src/render')
-rw-r--r-- | src/render/model.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/model.cc b/src/render/model.cc index 81d9ee9..e486d75 100644 --- a/src/render/model.cc +++ b/src/render/model.cc @@ -27,7 +27,7 @@ std::map<std::string, Model*> Model::registry; Model::Model(std::string const & name) : model_name(name) { - model_scale = 1.0f / 64.0f; + model_scale = 1.0f / 1024.0f; std::string fn("maps/"); fn.append(name); |