]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/game/loop/benchmark/benchmark.factor
classes.struct: moving to new/boa instead of <struct>/<struct-boa>
[factor.git] / extra / game / loop / benchmark / benchmark.factor
index b361baefe6d5506b67e721436b617e11a8b3a0b9..cfe7fae66097fbcf9a1361b9dcacce69975ca72b 100644 (file)
@@ -13,7 +13,7 @@ STRUCT: game-loop-benchmark
 SPECIALIZED-VECTOR: game-loop-benchmark
 
 : <game-loop-benchmark> ( benchmark-data-pair tick frame -- obj )
-    \ game-loop-benchmark <struct>
+    \ game-loop-benchmark new
         swap >>frame#
         swap >>tick#
         swap >>benchmark-data-pair ; inline