Classref: Added docs for StreamPeer* (#5216)

This commit is contained in:
J08nY 2016-06-15 13:32:12 +02:00 committed by Rémi Verschelde
parent 01bb8787c9
commit cffdc52482
2 changed files with 47 additions and 1 deletions

View file

@ -357,7 +357,6 @@ String StreamPeer::get_string(int p_bytes){
String StreamPeer::get_utf8_string(int p_bytes){
ERR_FAIL_COND_V(p_bytes<0,String());
ERR_FAIL_COND_V(p_bytes<0,String());
Vector<uint8_t> buf;
buf.resize(p_bytes);