This commit is contained in:
aozhiwei 2023-06-27 12:03:42 +08:00
parent edae55e8ce
commit d799fa3d26

View File

@ -14,7 +14,7 @@
#include "mt/MapThing.h"
#include "mt/Hero.h"
static const float GUN_HEIGHT = 3.0f;
static const float GUN_HEIGHT = 10.0f;
bool Collision::CheckBullet(IBullet* bullet, Creature* c)
{