From 6c2c00ee7f33ec46f79eba11c349f766cb207ec0 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Mon, 29 Apr 2019 10:39:23 -0400 Subject: [PATCH] Material pane --- cSpring.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cSpring.java b/cSpring.java index fcf1d91..914577b 100644 --- a/cSpring.java +++ b/cSpring.java @@ -543,13 +543,13 @@ } // serial lost - void DrawNode0(CameraPane display) + void DrawNode0(iCameraPane display) { super.DrawNode(display, null, false); } - void DrawNode/*notused*/(CameraPane display, Object3D /*Composite*/ root, boolean selected) + void DrawNode/*notused*/(iCameraPane display, Object3D /*Composite*/ root, boolean selected) { // assert displaylist == -1; @@ -565,7 +565,7 @@ // } //new Exception().printStackTrace(); - GL gl = display.GetGL(); // getGL(); + GL gl = display.GetGL0(); // getGL(); //gl.glDisable(GL.GL_LIGHTING); -- Gitblit v1.6.2