mxgmn / WaveFunctionCollapse

Bitmap & tilemap generation from a single example with the help of ideas from quantum mechanics
Other
23.18k stars 1.24k forks source link

No longer able to compile using Visual Studio Community / .net Framework #32

Closed tyronx closed 7 years ago

tyronx commented 7 years ago

Is this a mono framework only feature or something?

compileerror

mxgmn commented 7 years ago

It's a C# 7.0 notation. You can either change this to Func<> (see how it was in the previous commits) or use a compiler version that supports 7.0, it's enabled in VS 2017 by default.