Skip to content

Commit

Permalink
v1.1 critical err fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Aug 24, 2018
1 parent 6511f45 commit 12afcb1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions filament-v1.1-1.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
package = "filament"
version = "v1.1-1"
source = {
url = "git+ssh://git@github.com/Guard13007/Filament.git",
tag = "v1.1"
}
description = {
summary = "A simplification of the Love engine's threading model.",
homepage = "https://github.com/Guard13007/Filament",
license = "MIT license"
}
build = {
type = "builtin",
modules = {
filament = "filament.lua"
}
}
2 changes: 1 addition & 1 deletion filament.moon
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class Filament
@thread = thread.newThread fn

start: =>
@thread\start opts
@thread\start(@opts)

push: (...) =>
if 1 < select "#", ...
Expand Down

0 comments on commit 12afcb1

Please sign in to comment.