Normand Briere
2019-07-29 c6c3f0948bd31603547ef8ce47a7784a9a4d55c2
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