...Anm2Ed 2.0
This commit is contained in:
@@ -19,7 +19,7 @@ namespace anm2ed
|
||||
|
||||
time += (float)fps / 30.0f;
|
||||
|
||||
if (time >= (float)length)
|
||||
if (time > (float)length - 1.0f)
|
||||
{
|
||||
if (isLoop)
|
||||
time = 0.0f;
|
||||
|
||||
Reference in New Issue
Block a user