From 98896326eb94666451b7e419becfb5d721840313 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Mon, 10 Jun 2019 20:36:03 -0400 Subject: [PATCH] Fix shadow in light mode --- iCameraPane.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iCameraPane.java b/iCameraPane.java index 866cbe7..ccb0763 100644 --- a/iCameraPane.java +++ b/iCameraPane.java @@ -55,7 +55,7 @@ void DrawString(Object3D obj); - void BindTextures(cTexture tex, int resolution); + void BindTextures(cTexture tex, int resolution) throws Exception; void ReleaseTextures(cTexture tex); void DrawFace(Object3D obj, Vertex pv, Vertex qv, Vertex rv, Face face); @@ -82,7 +82,7 @@ void setCursor(java.awt.Cursor cursor); - com.sun.opengl.util.texture.TextureData GetTextureData(String tex, boolean bump, int resolution); + com.sun.opengl.util.texture.TextureData GetTextureData(String tex, boolean bump, int resolution) throws Exception; void repaint(); -- Gitblit v1.6.2