mirror of
https://github.com/td512/re3.git
synced 2026-02-05 12:14:35 +00:00
more small fixes
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
void
|
||||
CAnimBlendNode::Init(void)
|
||||
{
|
||||
frameA = 0;
|
||||
frameB = 0;
|
||||
frameA = -1;
|
||||
frameB = -1;
|
||||
remainingTime = 0.0f;
|
||||
sequence = nil;
|
||||
association = nil;
|
||||
|
||||
Reference in New Issue
Block a user