WalkerCamera因为无人物参数,改名为ControlCamera

This commit is contained in:
2019-06-15 13:05:20 +08:00
parent 4cc94b1fd5
commit 976f182252
2 changed files with 4 additions and 4 deletions

View File

@@ -233,7 +233,7 @@ private:
protected:
WalkerCamera camera;
ControlCamera camera;
float move_speed=1;
Vector2f mouse_last_pos;