mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2025-01-13 08:01:08 +01:00
increase timeout before drawing first level
This commit is contained in:
parent
1ffabde472
commit
3019da895d
1 changed files with 1 additions and 1 deletions
|
@ -356,5 +356,5 @@ function initialize_a_star( elt ) {
|
|||
|
||||
// kinda ugly workaround around a bug causing the canvas
|
||||
// not to refresh the first time (before any event)
|
||||
setTimeout( function(){ display_level( state, elt ); }, 1 );
|
||||
setTimeout( function(){ display_level( state, elt ); }, 100 ); // 1/10 second
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue