fna-workbench

fna-workbench Commit Details


Date:2015-12-30 09:43:39 (9 years 8 months ago)
Author:Ethan Lee
Branch:master
Commit:a534fe53cbe55c53a1b72b17747358f1cd236ff7
Parents: b981d7aced7f01832c2b8f246e9993e1f24c653f
Message:Try to give it a liiitle more time...

Changes:

File differences

src/Audio/Cue.cs
9292
9393
9494
95
96
95
96
9797
9898
9999
{
get
{
// Arbitrarily 1 frame in a 15Hz game -flibit
return INTERNAL_timer.ElapsedMilliseconds < 67;
// Arbitrarily 1/12 of a second, with some wiggle room -flibit
return INTERNAL_timer.ElapsedMilliseconds < 80;
}
}

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.18602s using 13 queries.