Project

General

Profile

« Previous | Next » 

Revision 046104f5

Added by Leszek Koltunski over 2 years ago

1. Remove 'db level' from objectlib (this belongs to the app!)
2. change ScreenPlay's 'mObject' to be an ObjectType.

View differences:

src/main/java/org/distorted/objectlib/main/ObjectControl.java
72 72

  
73 73
    private int mPointer1, mPointer2;
74 74
    private float mX1, mY1, mX2, mY2, mX, mY;
75
    private boolean mIsAutomatic;
75
    private final boolean mIsAutomatic;
76 76

  
77 77
    private static final Static4D mQuat= new Static4D(-0.25189602f,0.3546389f,0.009657208f,0.90038127f);
78 78
    private static final Static4D mTemp= new Static4D(0,0,0,1);

Also available in: Unified diff