From f3bc21c702ed839d4f53a7e44aabc015e287f5ad Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Wed, 2 Feb 2022 00:01:42 -0600 Subject: [PATCH] jamshred: Fix specialized-arrays using --- extra/jamshred/player/player.factor | 2 +- extra/jamshred/tunnel/tunnel.factor | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/extra/jamshred/player/player.factor b/extra/jamshred/player/player.factor index 2a8f706df3..f75198e1ba 100644 --- a/extra/jamshred/player/player.factor +++ b/extra/jamshred/player/player.factor @@ -4,7 +4,7 @@ USING: accessors colors combinators jamshred.oint jamshred.sound jamshred.tunnel kernel math math.order math.vectors ranges sequences specialized-arrays -specialized-arrays.instances.alien.c-types.float strings system ; +strings system ; QUALIFIED-WITH: alien.c-types c SPECIALIZED-ARRAY: c:float IN: jamshred.player diff --git a/extra/jamshred/tunnel/tunnel.factor b/extra/jamshred/tunnel/tunnel.factor index e26fc353ba..96992c3b8c 100644 --- a/extra/jamshred/tunnel/tunnel.factor +++ b/extra/jamshred/tunnel/tunnel.factor @@ -2,8 +2,7 @@ ! See http://factorcode.org/license.txt for BSD license. USING: accessors alien.c-types colors combinators jamshred.oint kernel literals math math.constants math.order math.quadratic -math.vectors random sequences specialized-arrays -specialized-arrays.instances.alien.c-types.float vectors ; +math.vectors random sequences specialized-arrays vectors ; FROM: jamshred.oint => distance ; FROM: alien.c-types => float ; SPECIALIZED-ARRAY: float -- 2.34.1