compile fix

This commit is contained in:
Glenn Maynard
2004-01-24 22:44:52 +00:00
parent 0f9caa7007
commit f573d5f1ad
3 changed files with 3 additions and 3 deletions
@@ -679,7 +679,7 @@ void MovieTexture_FFMpeg::CreateTexture()
pfd->bpp, pfd->masks[0], pfd->masks[1], pfd->masks[2], pfd->masks[3]);
}
m_uTexHandle = DISPLAY->CreateTexture( pixfmt, m_img );
m_uTexHandle = DISPLAY->CreateTexture( pixfmt, m_img, false );
}