UMLComputerGraphics / GraphicsProject

UML Graphics 2 Final Project 2013
7 stars 1 forks source link

setting lifespan == locks up #106

Open nuclearmistake opened 11 years ago

C-Compton commented 11 years ago

Care to elaborate?

nuclearmistake commented 11 years ago

the particle lifespan set button locked up my glut window hard... might not be sufficiently skeptical of input?

C-Compton commented 11 years ago

some more elaboration might be helpful. Such as, did you enter a larger number for the min than the max? I admit this was done quickly and I didn't check to make sure the user entered proper data.

Also, it is a plain text field which means it accepts chars (also a potential hazard). I only picked up QT a couple days ago. Maybe @franckamayou , @jtfallon , or @ltran1 know how to limit the input to floats only.