Normand Briere
2019-07-21 40f408aaee14abd85d391008b4d22977dc586b50
iCameraPane.java
....@@ -86,7 +86,7 @@
8686
8787 void setCursor(java.awt.Cursor cursor);
8888
89
- com.sun.opengl.util.texture.TextureData GetTextureData(String tex, boolean bump, int resolution) throws Exception;
89
+ com.sun.opengl.util.texture.TextureData GetTextureData(java.awt.image.BufferedImage stream, String tex, boolean bump, int resolution) throws Exception;
9090
9191 void repaint();
9292