This commit is contained in:
2026-05-15 01:07:18 -07:00
parent 9c9cb5d1e3
commit 53612f7d5a
2 changed files with 2 additions and 3 deletions

Binary file not shown.

View File

@ -19,12 +19,11 @@ class MeshObject extends Object {
#if lnx_particles
public var particleSystems: Array<ParticleSystem> = null; // Particle owner
public var render_emitter = true;
#end
#if lnx_gpu_particles
public var particleChildren: Array<MeshObject> = null;
public var particleOwner: MeshObject = null; // Particle object
public var particleChildren: Array<MeshObject> = null;
public var particleIndex = -1;
#end
#end #end
public var cameraDistance: Float;
public var cameraList: Array<String> = null;
public var screenSize = 0.0;