Classic landscape render is not that dark anymore

Tobias Zwick 2011-05-30 21:21:25 +02:00
parent fceefae785
commit e07761a195
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ bool C4LandscapeRenderClassic::Init(int32_t iWidth, int32_t iHeight, C4TextureMa
{
// Create surface
Surface32 = new CSurface();
if(!Surface32->Create(iWidth, iHeight))
if(!Surface32->Create(iWidth, iHeight,false,false,64))
return false;
// Safe back info
this->iWidth = iWidth;