فهرست منبع

Made GeometryGroupNode.getGeometryStartIndex public

Nehon 11 سال پیش
والد
کامیت
ead8393600
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      jme3-core/src/main/java/com/jme3/scene/GeometryGroupNode.java

+ 1 - 1
jme3-core/src/main/java/com/jme3/scene/GeometryGroupNode.java

@@ -8,7 +8,7 @@ package com.jme3.scene;
  */
 public abstract class GeometryGroupNode extends Node {
     
-    protected static int getGeometryStartIndex(Geometry geom) {
+    public static int getGeometryStartIndex(Geometry geom) {
         if (geom.startIndex == -1) {
             throw new AssertionError();
         }