mirror of
				https://github.com/MapMakersAndProgrammers/TankiOnline2.0DemoClient.git
				synced 2025-10-27 02:19:07 -07:00 
			
		
		
		
	Fix errors that were immediatley obvious
This commit is contained in:
		| @@ -38,7 +38,7 @@ package _codec.versions.version2.a3d.animation | ||||
|          var result:Vector.<Vector.<A3D2Keyframe>> = new Vector.<Vector.<A3D2Keyframe>>(length1,true); | ||||
|          for(var i1:int = 0; i1 < length1; ) | ||||
|          { | ||||
|             if(!protocolBuffer.optionalMap.OptionalMap()) | ||||
|             if(!protocolBuffer.optionalMap.get()) | ||||
|             { | ||||
|                length2 = LengthCodecHelper.decodeLength(protocolBuffer); | ||||
|                items2 = new Vector.<A3D2Keyframe>(length2,true); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Pyogenics
					Pyogenics