| Index: sky/sdk/example/game/lib/particle_system.dart
|
| diff --git a/sky/sdk/example/game/lib/particle_system.dart b/sky/sdk/example/game/lib/particle_system.dart
|
| index 2ad4cf69da9b721ba60634ec47362da4054735f6..de8b6880222e217a7cb72cd376d7adf75c119cb3 100644
|
| --- a/sky/sdk/example/game/lib/particle_system.dart
|
| +++ b/sky/sdk/example/game/lib/particle_system.dart
|
| @@ -122,6 +122,7 @@ class ParticleSystem extends Node {
|
| if (colorSequence == null) colorSequence = new ColorSequence.fromStartAndEndColor(new Color(0xffffffff), new Color(0x00ffffff));
|
| }
|
|
|
| + @override
|
| void update(double dt) {
|
|
|
| // Create new particles
|
| @@ -236,6 +237,7 @@ class ParticleSystem extends Node {
|
| _numEmittedParticles++;
|
| }
|
|
|
| + @override
|
| void paint(PaintingCanvas canvas) {
|
|
|
| List<RSTransform> transforms = [];
|
|
|