Fixed bug in template engine, not including the start of tempalte
This commit is contained in:
@ -196,9 +196,7 @@ class TemplatingEngine {
|
||||
|
||||
void freeMemory() {
|
||||
if (_output) free(_output);
|
||||
|
||||
_output = 0;
|
||||
_baseTemplate.clear();
|
||||
}
|
||||
void initialize(float angle, float gravitySG, float corrGravitySG,
|
||||
float tempC, float runTime);
|
||||
|
Reference in New Issue
Block a user