Normand Briere
2019-08-06 b3ae4e889872ca0b9ca76f1d17b2f0b961226729
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(cTexture tex, boolean bump, int resolution) throws Exception;
9090
9191 void repaint();
9292