From 5a546232b84ce65d8779d29e9171e7e2df013614 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Sat, 20 Jul 2019 20:50:17 -0400 Subject: [PATCH] Restore bind texture --- Cone.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Cone.java b/Cone.java index 3eb0ba6..938fe77 100644 --- a/Cone.java +++ b/Cone.java @@ -2,7 +2,7 @@ class Cone extends Biparam implements java.io.Serializable { - static final long serialVersionUID = -679715043452968126L; + //static final long serialVersionUID = -679715043452968126L; Cone() { -- Gitblit v1.6.2