]> gitweb.factorcode.org Git - factor.git/commitdiff
missing USING:s
authorJoe Groff <arcata@gmail.com>
Mon, 18 Jan 2010 00:07:29 +0000 (16:07 -0800)
committerJoe Groff <arcata@gmail.com>
Mon, 18 Jan 2010 00:07:29 +0000 (16:07 -0800)
extra/gpu/demos/bunny/bunny.factor
extra/terrain/terrain.factor

index 9bf1f2bd2c08454f40075b275bdf75ac610fb1cb..f56be88c78ca2659647c8d15c0381707f9d29830 100644 (file)
@@ -1,6 +1,6 @@
 ! (c)2009 Joe Groff bsd license
 USING: accessors alien.c-types arrays classes.struct combinators
-combinators.short-circuit game.worlds gpu gpu.buffers
+combinators.short-circuit game.loop game.worlds gpu gpu.buffers
 gpu.util.wasd gpu.framebuffers gpu.render gpu.shaders gpu.state
 gpu.textures gpu.util grouping http.client images images.loader
 io io.encodings.ascii io.files io.files.temp kernel locals math
index f28e685c6680199f16cbf61c06b98544a8879996..61082ddee0541db7f92fb058f800659045c342c5 100644 (file)
@@ -6,7 +6,7 @@ math.vectors opengl opengl.capabilities opengl.gl
 opengl.shaders opengl.textures opengl.textures.private
 sequences sequences.product specialized-arrays
 terrain.generation terrain.shaders typed ui ui.gadgets
-ui.gadgets.worlds ui.pixel-formats game.worlds
+ui.gadgets.worlds ui.pixel-formats game.loop game.worlds
 math.matrices.simd noise ui.gestures combinators.short-circuit
 destructors grid-meshes math.vectors.simd ;
 QUALIFIED-WITH: alien.c-types c