changed for new version of MAndEngine
parent
da17bf2d3f
commit
f80e1b870d
|
|
@ -367,4 +367,10 @@ public class ImgurDownloader implements BasicApp, ImageListener {
|
||||||
static {
|
static {
|
||||||
Native.register("shell32");
|
Native.register("shell32");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void updateDimensions(int width, int height) {
|
||||||
|
// TODO Auto-generated method stub
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue