]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/game/models/obj/obj.factor
namespaces: Rename ``bind`` to ``with-variables``. Update a few places that called...
[factor.git] / extra / game / models / obj / obj.factor
index 1f1877ef4f3a47c49e4c78721ef6ca7c1ac21b5f..9b661c9fd2d505fb4ab11e4b27ff0ecea03d7fc5 100644 (file)
@@ -82,7 +82,7 @@ TUPLE: material
     [
         ascii file-lines [ line>mtl ] each
         md
-    ] bind ;
+    ] with-variables ;
 
 VERTEX-FORMAT: obj-vertex-format
     { "POSITION" float-components 3 f }
@@ -162,5 +162,5 @@ M: obj-models stream>models
     [
         [ line>obj ] each-stream-line push-current-model
         models get
-    ] bind ;
+    ] with-variables ;