]> git.lizzy.rs Git - nothing.git/blobdiff - src/broadcast.lisp
(#813) Implement player_layer_render
[nothing.git] / src / broadcast.lisp
index 29f99557c43edee8ba31df74cd139a623d316776..34496371998cfbaba09e3aaf28ccbede73a85dba 100644 (file)
@@ -1,11 +1,7 @@
 (set path-prefix nil)
 
-;;; TODO: there is no concat in stdlib of ebisp
-(defun concat (xs ys)
-  ys)
-
 (defun using (prefix)
   (set path-prefix prefix))
 
 (defun send (path)
-  (send-native (concat path-prefix path)))
+  (send-native (append path-prefix path)))