mirror of https://github.com/axmolengine/axmol.git
Fix ci warning
This commit is contained in:
parent
a5d7781455
commit
7cf191f516
|
@ -92,7 +92,7 @@ Bone::~Bone(void)
|
|||
|
||||
bool Bone::init()
|
||||
{
|
||||
return Bone::init(nullptr);
|
||||
return Bone::init(hlookup::empty_sv);
|
||||
}
|
||||
|
||||
bool Bone::init(std::string_view name)
|
||||
|
|
Loading…
Reference in New Issue