mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
Remove implicit conversion from LocalVector
to PoolVector
This commit is contained in:
parent
3c35777742
commit
035ffd8caa
4 changed files with 6 additions and 6 deletions
|
@ -255,7 +255,7 @@ public:
|
|||
return ret;
|
||||
}
|
||||
|
||||
operator PoolVector<T>() const {
|
||||
explicit operator PoolVector<T>() const {
|
||||
PoolVector<T> pl;
|
||||
if (size()) {
|
||||
pl.resize(size());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue