Remove dependency on tick unit

db4
Doug Coleman 2010-05-21 23:53:55 -05:00
parent 8656725f78
commit d2731012d6
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ TUPLE: fluids-world < game-world
SYMBOL: fluid
: integrate ( world -- )
particles>> $[ 60 fps 1,000,000,000 /f ] integrate-particles! drop ;
particles>> 1/60 integrate-particles! drop ;
: pause ( -- )
fluid get [ not ] change-paused drop ;