mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 18:35:20 +00:00
Change size_t to int for consistency
This commit is contained in:
parent
01774c656c
commit
527bbd5243
@ -14,7 +14,7 @@ namespace MWRender
|
|||||||
class TextureOverrideVisitor : public osg::NodeVisitor
|
class TextureOverrideVisitor : public osg::NodeVisitor
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
TextureOverrideVisitor(size_t refID, std::string texture, Resource::ResourceSystem* resourcesystem)
|
TextureOverrideVisitor(int refID, std::string texture, Resource::ResourceSystem* resourcesystem)
|
||||||
: osg::NodeVisitor(TRAVERSE_ALL_CHILDREN)
|
: osg::NodeVisitor(TRAVERSE_ALL_CHILDREN)
|
||||||
, mRefID(refID)
|
, mRefID(refID)
|
||||||
, mTexture(texture)
|
, mTexture(texture)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user