POT textures (#334)

This commit is contained in:
Longri
2017-03-16 11:43:38 +01:00
committed by Emux
parent d614809df0
commit d1fdca170e
12 changed files with 244 additions and 13 deletions

View File

@@ -90,6 +90,11 @@ public class GwtCanvas implements org.oscim.backend.canvas.Canvas {
}
}
@Override
public void drawBitmap(Bitmap bitmap) {
// TODO
}
@Override
public void drawBitmap(Bitmap bitmap, float x, float y) {
// TODO