Fixed bug in template engine, not including the start of tempalte
This commit is contained in:
parent
027e98d2de
commit
e54c1d2518
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user