improved safe.

This commit is contained in:
2024-03-16 00:41:20 +08:00
parent 35b7c9651f
commit 60ba3e4df2
6 changed files with 14 additions and 8 deletions

View File

@@ -460,6 +460,7 @@ public:
{
camera=wc;
cur_time=0;
last_time=0;
}
const Vector2f &GetMouseCoord()const{return mouse_pos;}