mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 23:51:09 -04: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