Search found 2 matches
- Thu Jun 12, 2014 4:19 am
- Forum: Support and Development
- Topic: mapPixel in thread 0.9.1
- Replies: 7
- Views: 2865
Re: mapPixel in thread 0.9.1
It all works now. Thanks for the help!
- Wed Jun 11, 2014 7:45 pm
- Forum: Support and Development
- Topic: mapPixel in thread 0.9.1
- Replies: 7
- Views: 2865
mapPixel in thread 0.9.1
Hi. I'm trying to use ImageData:mapPixel in a thread. main.lua function love.load() -- setup thread thread = love.thread.newThread("thread.lua") toThreadChannel = love.thread.getChannel("toThread") fromThreadChannel = love.thread.getChannel("fromThread") thread:start() ...