change initialisation order
This commit is contained in:
parent
27c73b1d20
commit
cafb3cfcc2
@ -57,8 +57,8 @@ require(
|
|||||||
|
|
||||||
process.init( shared );
|
process.init( shared );
|
||||||
dragdrop.init( shared );
|
dragdrop.init( shared );
|
||||||
controls.init( shared );
|
|
||||||
export_button.init( shared );
|
export_button.init( shared );
|
||||||
|
controls.init( shared );
|
||||||
import_button.init( shared );
|
import_button.init( shared );
|
||||||
random_button.init( shared );
|
random_button.init( shared );
|
||||||
image.init( shared );
|
image.init( shared );
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user