Normand Briere
2019-08-01 abb71c81c8a351cda9a2918dcaa7ee61e6c125c5
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