X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Ftexturecube.h;h=0f83e29e138953e8d2e5c6c7595adb8323ea3a33;hp=b68210b05c98230d892e7dcb780a2331095b3124;hb=b7ecc29c204faede028556d1942b2d61d5cda9ee;hpb=cf1676a405c2a81413fd565bc83331b7a8778eb5 diff --git a/source/core/texturecube.h b/source/core/texturecube.h index b68210b0..0f83e29e 100644 --- a/source/core/texturecube.h +++ b/source/core/texturecube.h @@ -53,9 +53,9 @@ private: unsigned size; unsigned levels; - static TextureCubeFace face_order[6]; - static Vector3 directions[6]; - static unsigned orientations[12]; + static const TextureCubeFace face_order[6]; + static const Vector3 directions[6]; + static const unsigned orientations[12]; public: TextureCube();