Browse Source

PacketLogger fix

Arnis Lielturks 7 years ago
parent
commit
d4a35e2fdc
2 changed files with 1 additions and 2 deletions
  1. 1 1
      Source/Samples/CMakeLists.txt
  2. 0 1
      Source/Urho3D/Network/Network.cpp

+ 1 - 1
Source/Samples/CMakeLists.txt

@@ -56,6 +56,6 @@ list (SORT DIRS)
 foreach (DIR ${DIRS})
     get_filename_component (DIR ${DIR} PATH)
     if (DIR)
-       add_sample_subdirectory (${DIR})
+        add_sample_subdirectory (${DIR})
     endif ()
 endforeach ()

+ 0 - 1
Source/Urho3D/Network/Network.cpp

@@ -37,7 +37,6 @@
 #include "../Network/NetworkPriority.h"
 #include "../Network/Protocol.h"
 #include "../Scene/Scene.h"
-#include "PacketLogger.h"
 
 #include <SLikeNet/MessageIdentifiers.h>
 #include <SLikeNet/NatPunchthroughClient.h>