mirror of
https://github.com/Relintai/godot_voxel.git
synced 2024-11-11 20:35:08 +01:00
Fix compilation
This commit is contained in:
parent
7be5d78e4b
commit
239eb11451
@ -51,7 +51,7 @@ void copy_to(PoolVector<T> &to, Vector<T> &from) {
|
||||
|
||||
to.resize(from.size());
|
||||
|
||||
PoolVector<T>::Write w = to.write();
|
||||
typename PoolVector<T>::Write w = to.write();
|
||||
|
||||
for (unsigned int i = 0; i < from.size(); ++i) {
|
||||
w[i] = from[i];
|
||||
|
Loading…
Reference in New Issue
Block a user