Darkyenus / glsl4idea

A GLSL language plugin for IntelliJ IDEA
GNU Lesser General Public License v3.0
100 stars 30 forks source link

Fix matrix contructors mistakenly erroring #114

Closed wyozi closed 8 years ago

wyozi commented 8 years ago

Matrices can be constructed from all other size matrices. This fixes constructor param annotator annotating that.

Darkyenus commented 8 years ago

It turns out that a more in depth fix was needed to correctly address all present bugs. Thanks for pointing out this problem and providing PR though.

Fixed in 34a5d941c2b0f0d55ef885d8de7ff84a7da9cc28