From 76522bc3ee92bd50dbd946d7f865666be4ad7bac Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Sat, 20 Jul 2019 20:50:56 -0400 Subject: [PATCH] cTexture serial change --- Texture.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Texture.java b/Texture.java index 8f0cc1d..23134d0 100644 --- a/Texture.java +++ b/Texture.java @@ -10,7 +10,7 @@ public class Texture extends Composite implements java.io.Serializable { // deprecated due to serial problems - static final long serialVersionUID = // -5280151442948961597L; // new java + static final long serialVersionUID = //-5280151442948961597L; // new java 7695543694999681408L; // old java !!! // default = -8076744133104150348L -- Gitblit v1.6.2