X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Freflectdata.h;h=7d1b5acf6b745a5aca663dbbf6a6c87828cb9588;hb=df9119a9bf2d348a513c515ed92953353da97b54;hp=33ef1799ea469805832af7d9752a8888cf555036;hpb=ba55832910f04b90695da360b5889fa85e83c1e1;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; };