Enable postprocess.
This commit is contained in:
parent
9298c42120
commit
d9d428de09
1 changed files with 8 additions and 0 deletions
|
@ -268,6 +268,14 @@ global int PlayMovie(const char *name, int flags)
|
|||
rect.h = avi->Height;
|
||||
}
|
||||
|
||||
if( 1 ) {
|
||||
int i;
|
||||
|
||||
GetPbParam(pbi, PBC_SET_POSTPROC, &i);
|
||||
DebugLevel0Fn("Postprocess level %d\n" _C_ i);
|
||||
SetPbParam(pbi, PBC_SET_POSTPROC, 6);
|
||||
}
|
||||
|
||||
MovieKeyPressed = 1;
|
||||
while (MovieKeyPressed) {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue