Assert fix. Enable clipping on platforms.

This commit is contained in:
King_DuckZ 2014-07-28 11:04:02 +02:00
parent f52476a4ec
commit 0e2303112f

View file

@ -48,7 +48,7 @@ namespace cloonel {
///--------------------------------------------------------------------------
///--------------------------------------------------------------------------
void Platform::Draw() const {
m_surface->Render(TopLeft(), m_size, m_screenRatio.Ratio(), false);
m_surface->Render(TopLeft(), m_size, m_screenRatio.Ratio(), true);
}
///--------------------------------------------------------------------------