Skip to content

Commit

Permalink
PEGASUS: Fix minor filling station glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hoops committed Sep 11, 2012
1 parent 428702c commit ff51a76
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -162,6 +162,7 @@ void NoradAlphaFillingStation::setStaticState(TimeValue time, int16 state) {
_rightSideMovie.stop();
_rightSideMovie.setSegment(0, _rightSideMovie.getDuration());
_rightSideMovie.setTime(time);
_rightSideMovie.redrawMovieWorld();
_state = state;
allowInput(true);
}
Expand Down

0 comments on commit ff51a76

Please sign in to comment.