mirror of
https://github.com/MapMakersAndProgrammers/TankiOnline2.0DemoClient.git
synced 2025-10-27 18:39:10 -07:00
Fix errors that were immediatley obvious
This commit is contained in:
@@ -4,22 +4,22 @@ package versions.version2.a3d.objects
|
||||
|
||||
public class A3D2Transform
|
||||
{
|
||||
private var §_-6p§:A3DMatrix;
|
||||
private var name_6p:A3DMatrix;
|
||||
|
||||
public function A3D2Transform(matrix:A3DMatrix)
|
||||
{
|
||||
super();
|
||||
this.§_-6p§ = matrix;
|
||||
this.name_6p = matrix;
|
||||
}
|
||||
|
||||
public function get matrix() : A3DMatrix
|
||||
{
|
||||
return this.§_-6p§;
|
||||
return this.name_6p;
|
||||
}
|
||||
|
||||
public function set matrix(value:A3DMatrix) : void
|
||||
{
|
||||
this.§_-6p§ = value;
|
||||
this.name_6p = value;
|
||||
}
|
||||
|
||||
public function toString() : String
|
||||
|
||||
Reference in New Issue
Block a user