mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 06:35:30 +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
|
||||
{
|
||||
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)
|
||||
, mRefID(refID)
|
||||
, mTexture(texture)
|
||||
|
Loading…
x
Reference in New Issue
Block a user