Build Fix

liquid_container
Armin Burgmeier 2016-02-08 21:28:44 -08:00
parent 43aa11623a
commit 582cba01ed
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ CStdFont::CStdFont()
bool CStdFont::AddSurface()
{
// add new surface as render target
auto sfcNew = std::make_unique<C4Surface>(iSfcSizes, iSfcSizes);
auto sfcNew = std::make_unique<C4Surface>(iSfcSizes, iSfcSizes, 0);
// If old surface was locked, unlock it and lock the new one in its stead
if (sfcCurrent && sfcCurrent->IsLocked())
{