Search found 2 matches

by Ryan1729
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!
by Ryan1729
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() ...