SCI/newgui: SciGuiTransitions fixed fadeIn
svn-id: r45197
This commit is contained in:
parent
a74fd21847
commit
2e73b6472f
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ void SciGuiTransitions::fadeIn() {
|
||||||
int16 stepNr;
|
int16 stepNr;
|
||||||
|
|
||||||
for (stepNr = 0; stepNr <= 100; stepNr += 10) {
|
for (stepNr = 0; stepNr <= 100; stepNr += 10) {
|
||||||
_palette->setIntensity(1, 254, 100, true);
|
_palette->setIntensity(1, 255, stepNr, true);
|
||||||
_gui->wait(2);
|
_gui->wait(2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue