X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Freflectdata.h;h=7d1b5acf6b745a5aca663dbbf6a6c87828cb9588;hb=1d8cad55b56c072dc7a59e98015d824094f812ea;hp=33ef1799ea469805832af7d9752a8888cf555036;hpb=4365124bd39bd6edbda6eaef64ec72a1a10565f8;p=libs%2Fgl.git diff --git a/source/core/reflectdata.h b/source/core/reflectdata.h index 33ef1799..7d1b5acf 100644 --- a/source/core/reflectdata.h +++ b/source/core/reflectdata.h @@ -49,7 +49,7 @@ struct ReflectData struct AttributeInfo { std::string name; - unsigned location = -1; + int location = -1; unsigned array_size = 0; DataType type = VOID; };