Im getting some trouble debugging this, for some weird reason when I call my function the attibutes come into the function in the wrong order im calling the function clases.manzana:create(love.mouse.getX,love.mouse.getY, sometable) and if I print those values inside the function, the first attribute...
Im working on my fist "big" programming proyect and I am trying to make the code as readable as possible, since reading someone else's code (or my code 6 months from now :nyu: )is a huge challenge for me. I have tried heavily commenting everything, but im starting to feel that the code is ...
thank you for taking a look, I could not get it to work with your fix so I just coded a work around the library for the stuff I needed to draw :P Im getting another problem, when I try to run my code in a computer with an integrated intel GPU I get an error from STI that says something about the pow...