Search found 1 match
- Thu Sep 05, 2013 6:04 pm
- Forum: Libraries and Tools
- Topic: TLbind 1.3 - professional controls made easy (now w/ mouse!)
- Replies: 37
- Views: 56983
Re: TLbind 1.3 - professional controls made easy (now w/ mou
Hello, first of all thank you for making such an useful thing, it makes control stuff so simple :awesome: I just wanted to point out a bug in the latest (1.3) version: The controls are reset in line 62 for k,v in pairs(control) do if type(v)~="table" then control[k] = false end end But it ...