mirror of
https://github.com/love2d/love-android.git
synced 2026-08-20 04:31:26 +02:00
first working build
This commit is contained in:
@@ -135,8 +135,6 @@ void Graphics::setViewportSize(int width, int height)
|
||||
|
||||
bool Graphics::setMode(int width, int height)
|
||||
{
|
||||
SDL_Log ("Graphics::setMode %d,%d", width, height);
|
||||
|
||||
this->width = width;
|
||||
this->height = height;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user