mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-26 09:58:48 +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( ) {
|
function display_level( ) {
|
||||||
update_infos( );
|
update_infos( );
|
||||||
full_display_on_canvas( DOM_infos.container + " #starboard" );
|
full_display_on_canvas( );
|
||||||
}
|
}
|
||||||
|
|
||||||
function display_move_actor( path ) {
|
function display_move_actor( path ) {
|
||||||
|
|
Loading…
Reference in a new issue