From b1585b5b2b60c4165be400636c787fae24428c6a Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Wed, 01 May 2019 14:26:22 -0400 Subject: [PATCH] Fix info panel --- Texture.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Texture.java b/Texture.java index cb0153c..23134d0 100644 --- a/Texture.java +++ b/Texture.java @@ -10,8 +10,8 @@ public class Texture extends Composite implements java.io.Serializable { // deprecated due to serial problems - static final long serialVersionUID = -5280151442948961597L; // new java - // 7695543694999681408L; // old java !!! + static final long serialVersionUID = //-5280151442948961597L; // new java + 7695543694999681408L; // old java !!! // default = -8076744133104150348L -- Gitblit v1.6.2