markmandel / brute

A simple and lightweight Entity Component System library for writing games with Clojure and ClojureScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't need to pass in atom on throttled function

markmandel opened this issue · comments

I don't think you need to pass in the atom, I'm pretty sure you could create one and just make it part of the function context, which would make things simpler.

Completed.