Clear a todo to delete commented out code
This commit is contained in:
parent
6c570d7eaf
commit
2dd457b245
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user