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

Fix reading Unicode from stdio.

This commit is contained in:
bruvzg
2022-12-21 08:38:14 +02:00
parent 2a04b18d37
commit 3d8a942a56
3 changed files with 7 additions and 8 deletions

View File

@@ -46,8 +46,6 @@ protected:
virtual void finalize_core() override;
String stdin_buf;
public:
OS_Unix();