Re: JOGL display update problem
Posted by polirol on Dec 29, 2012; 11:54pm
URL: https://forum.jogamp.org/JOGL-display-update-problem-tp4027643p4027653.html
I tried by modifying
private float t;
in
private volatile float t;
and I am still getting the same results :\.
I have no experience in volatile variables, so should I maybe also change something else in the code?