mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-25 10:33:06 +00:00
yeah
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@510 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -125,7 +125,7 @@ static void tick(MwWidget handle, void* user, void* call){
|
|||||||
}
|
}
|
||||||
frames[0].count++;
|
frames[0].count++;
|
||||||
if(f >= 1 && frames[0].count >= (int)f + (int)a){
|
if(f >= 1 && frames[0].count >= (int)f + (int)a){
|
||||||
if(a > 1) a--;
|
if(a > 1) a -= (int)a;
|
||||||
a += f - (int)f;
|
a += f - (int)f;
|
||||||
free(frames[0].buffer);
|
free(frames[0].buffer);
|
||||||
arrdel(frames, 0);
|
arrdel(frames, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user