зеркало из https://github.com/stride3d/SDL2-CS.git
Made code compile against PCL.
This commit is contained in:
Родитель
f04b2ed553
Коммит
0b6202d2d9
|
@ -126,7 +126,7 @@ namespace SDL2
|
|||
{
|
||||
byte[] bytes = new byte[_capacity - 1];
|
||||
Marshal.Copy(_handle, bytes, 0, _capacity - 1);
|
||||
return Encoding.UTF8.GetString(bytes);
|
||||
return Encoding.UTF8.GetString(bytes, 0, _capacity - 1);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче