mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-26 09:58:48 +01:00
highlight the mysterious nature of the display bug
This commit is contained in:
parent
0a59d7ba9d
commit
b7bb9f32d6
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