*/}}
Browse Source

propstep issue

ChengduLittleA 9 months ago
parent
commit
d01fa26396
1 changed files with 1 additions and 1 deletions
  1. 1 1
      la_data.c

+ 1 - 1
la_data.c

@@ -278,7 +278,7 @@ int la_GetPropFromPath(laPropPack *Self, laPropPack *Base, const char *Path, voi
 
         if (!Path || !Path[0] || !ss){
             if (Base){
-                Self->LastPs = Base->LastPs;
+                la_NewPropStep(Self, Base->LastPs->p,Base->LastPs->UseInstance,Base->LastPs->Type);
             }
         }
     }