Assert fix. Enable clipping on platforms.
This commit is contained in:
parent
f52476a4ec
commit
0e2303112f
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ namespace cloonel {
|
||||||
///--------------------------------------------------------------------------
|
///--------------------------------------------------------------------------
|
||||||
///--------------------------------------------------------------------------
|
///--------------------------------------------------------------------------
|
||||||
void Platform::Draw() const {
|
void Platform::Draw() const {
|
||||||
m_surface->Render(TopLeft(), m_size, m_screenRatio.Ratio(), false);
|
m_surface->Render(TopLeft(), m_size, m_screenRatio.Ratio(), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
///--------------------------------------------------------------------------
|
///--------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue