You've already forked godot
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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user