X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Ftexturecube.h;h=0f753c757c54b85c421aade5d6b199137bae9141;hb=4365124bd39bd6edbda6eaef64ec72a1a10565f8;hp=aa43c9da0a97ca084bd2690fd1f1e7b2dae35b13;hpb=0a359a7508a0117b055b72bcb7dc42ddcb2ed5f9;p=libs%2Fgl.git diff --git a/source/core/texturecube.h b/source/core/texturecube.h index aa43c9da..0f753c75 100644 --- a/source/core/texturecube.h +++ b/source/core/texturecube.h @@ -68,7 +68,7 @@ public: /** Replaces a rectangular region of a face. Allocated storage must exist. The image data is interpreted according to the storage format and the region must be fully inside the face. */ - void sub_image(TextureCubeFace, unsigned level, int x, int y, unsigned w, unsigned h, const void *); + void sub_image(TextureCubeFace, unsigned level, unsigned x, unsigned y, unsigned w, unsigned h, const void *); void image(TextureCubeFace, const Graphics::Image &);