blueloveTH 2 years ago
parent
commit
2a7f503890
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src2/main.cpp

+ 2 - 2
src2/main.cpp

@@ -61,8 +61,8 @@ static int f_input(pkpy_vm* vm){
 
 int main(int argc, char** argv){
 #if _WIN32
-        SetConsoleCP(CP_UTF8);
-        SetConsoleOutputCP(CP_UTF8);
+    SetConsoleCP(CP_UTF8);
+    SetConsoleOutputCP(CP_UTF8);
 #endif
     pkpy_vm* vm = pkpy_new_vm(true);