- These statements weren't doing anything so I removed them. I'm assuming that they were intended to do something so I left TODOs in their place.
@@ -167,7 +167,7 @@ ParticleEmitter::ParticleEmitter(const String& imageFile, Mesh *particleMesh, in
gravVector = gravity;
ignoreParentMatrix = false;
this->emitterType = emitterType;
- this->emitSpeed = emitSpeed;
+ // TODO: initialize emitSpeed
this->deviation = deviation;
pMesh = particleMesh;
rotationFollowsPath = false;
@@ -705,7 +705,7 @@ void UITextInput::updateCaretPosition() {
}
void UITextInput::selectLineFromOffset() {
- lineOffset = lineOffset;
+ // TODO: remove or fill out body
void UITextInput::dragSelectionTo(Number x, Number y) {