diff --git a/src/screen_js.cpp b/src/screen_js.cpp index 4868c6c2..a5ae8a76 100644 --- a/src/screen_js.cpp +++ b/src/screen_js.cpp @@ -156,7 +156,8 @@ JS(screen_add_layer) { } screen->add_layer(lay); - + lay->start(); + return JS_TRUE; }