Changeset 9396
- Timestamp:
- 07/25/07 12:55:35 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Jav_GE/com/scenari/m/ge/agent/OutlineWalker.java
r9394 r9396 739 739 } 740 740 } 741 StopOnCompType vStopModel = xSearchStop(vAgent.hGetComposant().hGetComposant Type().hGetCode(), fStartingPointStops);741 StopOnCompType vStopModel = xSearchStop(vAgent.hGetComposant().hGetComposantPrincipal().hGetComposantType().hGetCode(), fStartingPointStops); 742 742 if (vStopModel != null) { 743 743 fXStartingPointIncluded = vStopModel.fIncludeInScope; … … 781 781 if(vVisibleOffset >= fStartingPointOffset) break; 782 782 } 783 StopOnCompType vStop = xSearchStop(vAgent.hGetComposant().hGetComposant Type().hGetCode(), fStartingPointStops);783 StopOnCompType vStop = xSearchStop(vAgent.hGetComposant().hGetComposantPrincipal().hGetComposantType().hGetCode(), fStartingPointStops); 784 784 if (vStop != null) { 785 785 fXStartingPointIncluded = vStop.fIncludeInScope;
Note: See TracChangeset
for help on using the changeset viewer.