From 57f4646563d6757f65ddc00ca38975c352d76de7 Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Fri, 27 Sep 2019 20:06:14 -0400 Subject: [PATCH] Wireframe, box mode, and ragdoll zoffset. --- timeflow/data/db/ArrayDB.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/timeflow/data/db/ArrayDB.java b/timeflow/data/db/ArrayDB.java index b8b570a..6a52a38 100755 --- a/timeflow/data/db/ArrayDB.java +++ b/timeflow/data/db/ArrayDB.java @@ -43,7 +43,7 @@ public ArrayDB(String[] fieldNames, Class[] types, String source) { - this.schema = new Schema(); + this.schema = new Schema(false); this.source = source; int n = fieldNames.length; fields = new Field[n]; -- Gitblit v1.6.2