Fix errors that were immediatley obvious

This commit is contained in:
Pyogenics
2025-05-10 16:22:32 +01:00
parent dff7a33b36
commit 9d85a5b635
383 changed files with 6674 additions and 6653 deletions

View File

@@ -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