From 1e1c7fcdb3d0f8be350c5f6c32b6afa6705168ea Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Sun, 05 May 2019 08:58:54 -0400 Subject: [PATCH] Fix import OBJ --- GrafreeD.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/GrafreeD.java b/GrafreeD.java index 075e813..d82d57e 100644 --- a/GrafreeD.java +++ b/GrafreeD.java @@ -15,7 +15,7 @@ //import com.jamonapi.*; public class GrafreeD extends Applet implements ActionListener { - static boolean NIMBUSLAF = false; + static boolean NIMBUSLAF = true; static int RENDERME = 0; -- Gitblit v1.6.2