diff options
author | Harvey Harrison <[email protected]> | 2013-11-18 10:55:30 -0800 |
---|---|---|
committer | Harvey Harrison <[email protected]> | 2013-11-18 10:55:30 -0800 |
commit | 0a9d16f057727652220a5983b65f22f427df6a22 (patch) | |
tree | adfecd3ceaed0d15606d6ae66727fde370337bba /www | |
parent | 417675219de9fb5fceca5771812366ae8768b658 (diff) |
jogl: simplify conditional that repeats test for isOnScreen
if (isOnscreen)
else if (!isOnScreen)
change to
if (isOnscreen)
else
Signed-off-by: Harvey Harrison <[email protected]>
Diffstat (limited to 'www')
0 files changed, 0 insertions, 0 deletions