Skip to content

Commit 1103fc3

Browse files
committed
remove debug log
1 parent 8d4e7e3 commit 1103fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/IW5/Assets/XAnimParts.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,9 +346,9 @@ namespace ZoneTool
346346

347347
if (partdata->quat2)
348348
{
349-
ZONETOOL_INFO("Write - Delta:Quat2");
350349
buf->align(3);
351350
buf->write_stream(partdata->quat2, 4, 1); // not full struct
351+
352352
if (partdata->quat2->size)
353353
{
354354
buf->write_stream(&partdata->quat2->u, 0x4, 1); // not full struct

0 commit comments

Comments
 (0)