diff options
| author | Juan Linietsky | 2016-01-20 00:29:34 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-01-20 00:29:34 -0300 |
| commit | c9580965ea6577071fa84c9f064aa22ffa7ca920 (patch) | |
| tree | 37051522dc40fdbd024b735a5658d478dda33a99 /core/io/file_access_network.cpp | |
| parent | 891e31b139b269fb154d30b8c7d7887267708d8b (diff) | |
| download | godot-c9580965ea6577071fa84c9f064aa22ffa7ca920.tar.gz godot-c9580965ea6577071fa84c9f064aa22ffa7ca920.tar.zst godot-c9580965ea6577071fa84c9f064aa22ffa7ca920.zip | |
-Remote deploy now uses FS over USB on Android, super fast!
Diffstat (limited to 'core/io/file_access_network.cpp')
| -rw-r--r-- | core/io/file_access_network.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/io/file_access_network.cpp b/core/io/file_access_network.cpp index 10667a418..e63b57533 100644 --- a/core/io/file_access_network.cpp +++ b/core/io/file_access_network.cpp @@ -34,9 +34,9 @@ -#define DEBUG_PRINT(m_p) print_line(m_p) +//#define DEBUG_PRINT(m_p) print_line(m_p) //#define DEBUG_TIME(m_what) printf("MS: %s - %lli\n",m_what,OS::get_singleton()->get_ticks_usec()); -//#define DEBUG_PRINT(m_p) +#define DEBUG_PRINT(m_p) #define DEBUG_TIME(m_what) |
