highlight the mysterious nature of the display bug
This commit is contained in:
parent
4e626743a4
commit
3d5f3d40bb
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ function initialize_a_star( dom_container ) {
|
||||||
|
|
||||||
start_loop( );
|
start_loop( );
|
||||||
|
|
||||||
// kinda ugly workaround around a bug causing the canvas
|
// kinda ugly workaround around a mysterious bug causing the canvas
|
||||||
// not to refresh the first time (before any event)
|
// not to refresh the first time (before any event)
|
||||||
setTimeout( function(){ display_level( ); }, 100 ); // 1/10 second
|
setTimeout( function(){ display_level( ); }, 100 ); // 1/10 second
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue