Clear a todo to delete commented out code

This commit is contained in:
bkuker 2014-01-12 12:26:32 -05:00
parent 6c570d7eaf
commit 2dd457b245

View File

@ -168,11 +168,6 @@ public final class FlameRenderer {
}
public static void drawExhaust(GL2 gl, FlameSettings fs, Motor motor) {
//TODO REmove these
//dispose(gl);
//init(gl);
final float s = (float) Math.max(.5, Math.sqrt(motor.getAverageThrustEstimate()) / 4.0)
* (float) fs.getExhaustScale();
gl.glScalef(s, s, s);