increase timeout before drawing first level
This commit is contained in:
parent
6e485e4b50
commit
1bb267f698
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