]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/images/atlas/atlas.factor
change ERROR: words from throw-foo back to foo.
[factor.git] / extra / images / atlas / atlas.factor
index f17a5975f98a1f88378434428ff4a6d72f00cbc6..8d03207cd59b631786025523780ce3d6174a95c5 100644 (file)
@@ -56,7 +56,7 @@ ERROR: atlas-image-formats-dont-match images ;
         [ [ upside-down?>>    ] same? ] 2tri and and
     ] all?
     [ first [ component-order>> ] [ component-type>> ] [ upside-down?>> ] tri ]
-    [ throw-atlas-image-formats-dont-match ] if ; inline
+    [ atlas-image-formats-dont-match ] if ; inline
 
 : atlas-dim ( image-placements -- dim )
     [ [ loc>> ] [ image>> dim>> ] bi v+ atlas-padding v+n ] [ vmax ] map-reduce