diff --git a/library/freetype/load.factor b/library/freetype/load.factor index 255644181e..01d7af0451 100644 --- a/library/freetype/load.factor +++ b/library/freetype/load.factor @@ -2,7 +2,7 @@ USING: alien io kernel parser sequences ; "freetype" @{ @{ [ os "macosx" = ] [ "libfreetype.dylib" ] }@ - @{ [ os "win32" = ] [ "freetype.dll" ] }@ + @{ [ os "win32" = ] [ "freetype6.dll" ] }@ @{ [ t ] [ "libfreetype.so" ] }@ }@ cond "cdecl" add-library diff --git a/library/ui/world.factor b/library/ui/world.factor index 76bc38d726..ed161a9c42 100644 --- a/library/ui/world.factor +++ b/library/ui/world.factor @@ -99,7 +99,7 @@ M: motion-event handle-event ( event -- ) : world-step ( -- ) world get world-invalid >r layout-world r> - [ update-hand USE: test [ draw-world ] time ] when ; + [ update-hand draw-world ] when ; : next-event ( -- event ? ) dup SDL_PollEvent ;