X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fscene%2Fmaterial%2Fmat.hxx;h=a32bde3220cd450a9b1bbe22b9d2d31fcad3d1d3;hb=7fc8c026884b2d0a1b683765c089a9bef5ac47c8;hp=22cbe5346e98791b399a963231235f4ca541aa48;hpb=557474095f3ed3988465734345aec89c2c878f5e;p=simgear.git diff --git a/simgear/scene/material/mat.hxx b/simgear/scene/material/mat.hxx index 22cbe534..a32bde32 100644 --- a/simgear/scene/material/mat.hxx +++ b/simgear/scene/material/mat.hxx @@ -4,7 +4,7 @@ // Written by Curtis Olson, started May 1998. // Overhauled by David Megginson, December 2001 // -// Copyright (C) 1998 - 2000 Curtis L. Olson - curt@flightgear.org +// Copyright (C) 1998 - 2000 Curtis L. Olson - http://www.flightgear.org/~curt // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License as @@ -117,7 +117,7 @@ public: /** * Get the textured state. */ - virtual ssgSimpleState *get_state (int n = -1); + virtual ssgSimpleState *get_state (int n = -1) const; /** @@ -217,7 +217,7 @@ private: vector<_internal_state> _status; // Round-robin counter - int _current_ptr; + unsigned int _current_ptr; // texture size double xsize, ysize;