]> git.lizzy.rs Git - nothing.git/blobdiff - src/broadcast.lisp
(#813) Implement player_layer_render
[nothing.git] / src / broadcast.lisp
index fcb7e9b59aee26c5aa5c33de82690623736fd43b..34496371998cfbaba09e3aaf28ccbede73a85dba 100644 (file)
@@ -1,11 +1,7 @@
 (set path-prefix nil)
 
-;;; TODO(#667): 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)))