swell-foop: fix build

This commit is contained in:
Jürgen Buchmüller 2020-11-04 11:58:20 +01:00
parent e008bb8e3d
commit f5685ebe2b
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- src/game-view.vala 2019-10-15 12:48:06.000000000 +0200
+++ src/game-view.vala 2020-11-04 11:56:58.582438926 +0100
@@ -354,7 +354,7 @@
public Theme (string name)
{
textures = new Clutter.Image [4];
- string[4] colors = {"blue", "green", "yellow", "red"};
+ string colors[4] = {"blue", "green", "yellow", "red"};
/* Create the textures required to render */
try