mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-25 09:58:50 +01:00
forgotten parameter
This commit is contained in:
parent
613b34eda7
commit
c8611eb1af
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ function initialize_a_star( dom_container, level_index ) {
|
|||
|
||||
function display_level( ) {
|
||||
update_infos( );
|
||||
full_display_on_canvas( DOM_infos.container + " #starboard" );
|
||||
full_display_on_canvas( );
|
||||
}
|
||||
|
||||
function display_move_actor( path ) {
|
||||
|
|
Loading…
Reference in a new issue