From b8f9b6f8db74b22ac8497b4bc8a5abaa45de319e Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Mon, 11 Sep 2017 18:07:36 -0500 Subject: [PATCH] gpu.util: fix load error --- extra/gpu/util/util.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extra/gpu/util/util.factor b/extra/gpu/util/util.factor index 37ab1fd757..3695123132 100644 --- a/extra/gpu/util/util.factor +++ b/extra/gpu/util/util.factor @@ -2,7 +2,8 @@ ! See http://factorcode.org/license.txt for BSD license. USING: arrays destructors gpu.buffers gpu.framebuffers gpu.render gpu.shaders gpu.state gpu.textures images kernel locals math -math.rectangles opengl.gl sequences specialized-arrays ; +math.rectangles opengl.gl sequences specialized-arrays +multiline ; FROM: alien.c-types => float ; IN: gpu.util