mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 05:33:55 +02:00
make animation 60fps
This commit is contained in:
parent
1dc24072dc
commit
0d1b34f487
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ var EMOTE_APP_BASE = "html/EmoteApp.html";
|
|||
var EMOTE_APP_URL = Script.resolvePath(EMOTE_APP_BASE);
|
||||
var EMOTE_LABLE = "EMOTE";
|
||||
var EMOTE_APP_SORT_ORDER = 11;
|
||||
var FPS = 30;
|
||||
var FPS = 60;
|
||||
var MSEC_PER_SEC = 1000;
|
||||
var FINISHED = 3; // see ScriptableResource::State
|
||||
|
||||
|
|
Loading…
Reference in a new issue