Jeck - Potential fixes for issue 312.
This commit is contained in:
@@ -35,12 +35,13 @@ void TransitionBase::Start() {
|
||||
|
||||
void TransitionBase::End() {
|
||||
mElapsed = 0;
|
||||
};
|
||||
TransitionBase::~TransitionBase(){
|
||||
if(!bAnimationOnly){
|
||||
if(from)
|
||||
from->End();
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
void TransitionFade::Render(){
|
||||
if(from)
|
||||
from->Render();
|
||||
|
||||
Reference in New Issue
Block a user