Project

General

Profile

« Previous | Next » 

Revision 9b866761

Added by Leszek Koltunski about 17 hours ago

  • ID 9b866761b879b9d2d1290c2545301e94873d01db
  • Parent bb028a4c

Adjustmenat for running this on a MacBook with Kotlin 2.0.21

View differences:

src/main/java/org/distorted/library/main/InternalObject.java
31 31
 * framework where one is able to mark for deletion at any time and actual deletion takes place
32 32
 * on the next render).
33 33
*/
34
abstract class InternalObject
34
public abstract class InternalObject
35 35
{
36 36
  static final int FAILED_TO_CREATE = 1;
37 37
  static final int NOT_CREATED_YET  = 2;
src/main/java/org/distorted/library/main/InternalSurface.java
25 25
///////////////////////////////////////////////////////////////////////////////////////////////////
26 26
// common parent class of Texture & OutputSurface; so that we can store either in Nodes.
27 27

  
28
abstract class InternalSurface extends InternalObject
28
public abstract class InternalSurface extends InternalObject
29 29
{
30 30
  int mColorCreated;
31 31
  int mNumColors;

Also available in: Unified diff