Page 1 of 1

[Solved][Problem] HUMP camera:draw not working

Posted: Sun Jan 10, 2016 7:44 pm
by GewoonMaarten
Hello everybody,

I am trying to make a random solar system generator but, progress was halted recently because of a problem I created with the HUMP Library. The Problem is that when I use camera:draw(function) it doesn't draw anything.

I use HUMP in the controls.lua file and it is supposed to draw a function from the randomsystem.lua file.

I have the suspicion that it has to do with my file structure but I couldn't figure it out. I hope you can help me with this problem.

Also tips and feedback are appreciated ^^

Re: [Solved][Problem] HUMP camera:draw not working

Posted: Sun Jan 10, 2016 8:35 pm
by GewoonMaarten
I found the problem. For the cam:zoom variable I used 0,5 instead of 0.5 :P

stupid mistake haha