From 3c66ba8ea1e417ede9d4d80d16b3e782698c15ad Mon Sep 17 00:00:00 2001 From: Arthur Date: Sun, 16 Dec 2018 12:07:11 -0500 Subject: [PATCH] push test --- src/hardware/hw_md2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hardware/hw_md2.c b/src/hardware/hw_md2.c index a0d86e9f7..a383c1795 100644 --- a/src/hardware/hw_md2.c +++ b/src/hardware/hw_md2.c @@ -1053,7 +1053,7 @@ void HWR_DrawMD2(gr_vissprite_t *spr) } } - //Hurdler: it seems there is still a small problem with mobj angle + // Hurdler: it seems there is still a small problem with mobj angle p.x = FIXED_TO_FLOAT(spr->mobj->x); p.y = FIXED_TO_FLOAT(spr->mobj->y)+md2->offset;