| Index: sky/sdk/example/game/lib/game_demo_world.dart
|
| diff --git a/sky/sdk/example/game/lib/game_demo_world.dart b/sky/sdk/example/game/lib/game_demo_world.dart
|
| index c6975f352e014567f6c86b026511417279c56e1c..5f2d32351a553d4635ff111a87b7b7f4cc3b8870 100644
|
| --- a/sky/sdk/example/game/lib/game_demo_world.dart
|
| +++ b/sky/sdk/example/game/lib/game_demo_world.dart
|
| @@ -372,7 +372,7 @@ class StarField extends Node {
|
| }
|
| }
|
|
|
| - void paint(RenderCanvas canvas) {
|
| + void paint(PaintingCanvas canvas) {
|
| // Setup paint object for opacity and transfer mode
|
| Paint paint = new Paint();
|
| paint.setTransferMode(TransferMode.plus);
|
|
|