diff options
Diffstat (limited to 'scene.cpp')
| -rw-r--r-- | scene.cpp | 4 | 
1 files changed, 4 insertions, 0 deletions
| @@ -89,3 +89,7 @@ bool Scene::select(int x, int y, float& px, float& py, float& pz) {  	return false;  } + +void Scene::update() { +	qt->update(pos.x, pos.z); +} | 
