diff options
author | Harvey Harrison <[email protected]> | 2013-07-31 11:21:06 -0700 |
---|---|---|
committer | Harvey Harrison <[email protected]> | 2013-07-31 11:21:06 -0700 |
commit | 5398c2da0adf3e54eab3cc8dfc520459e9f402a7 (patch) | |
tree | 5b279d11801baa460a86e3867d831e9597feb12e | |
parent | 83e11cb4d5d0021cf949f93cde84be225e044b02 (diff) |
j3dcore: annotate the Shape3DRetained viewList that was missed
This was missed when annotating the setLiveState list of view lists.
Signed-off-by: Harvey Harrison <[email protected]>
-rw-r--r-- | src/classes/share/javax/media/j3d/Shape3DRetained.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/classes/share/javax/media/j3d/Shape3DRetained.java b/src/classes/share/javax/media/j3d/Shape3DRetained.java index f105e44..d086508 100644 --- a/src/classes/share/javax/media/j3d/Shape3DRetained.java +++ b/src/classes/share/javax/media/j3d/Shape3DRetained.java @@ -174,8 +174,8 @@ ArrayList<GeometryRetained> geometryList = null; // a path of OrderedGroup, childrenId pairs which leads to this node OrderedPath orderedPath = null; - // List of views that a mirror object is scoped to - ArrayList viewList = null; +// List of views that a mirror object is scoped to +ArrayList<View> viewList = null; int changedFrequent = 0; |