fixed scaling bug

This commit is contained in:
louis 2016-02-13 14:35:29 +01:00
parent 626de37aac
commit 574e2c6bbf
1 changed files with 1 additions and 2 deletions

View File

@ -233,8 +233,7 @@ void cView::Close(void) {
delete fader;
fader = NULL;
}
if (initFinished)
UnScaleTv();
UnScaleTv();
ClearVariables();
for (int i=0; i < numViewElements; i++) {
if (!viewElements[i])