Fixed compilation on Windows + removed debug print
This commit is contained in:
parent
12b2652ecb
commit
af9fd6f44a
2 changed files with 2 additions and 4 deletions
|
|
@ -338,8 +338,6 @@ Error VisualServer::_surface_set_data(Array p_arrays, uint32_t p_format, uint32_
|
|||
|
||||
PoolVector<uint8_t>::Write iw;
|
||||
if (r_index_array.size()) {
|
||||
print_line("elements: " + itos(r_index_array.size()));
|
||||
|
||||
iw = r_index_array.write();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue