1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Fixed compilation on Windows + removed debug print

This commit is contained in:
Marc Gilleron
2017-06-12 01:58:57 +02:00
parent 12b2652ecb
commit af9fd6f44a
2 changed files with 2 additions and 4 deletions

View File

@@ -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();
}