소스 검색

Fix game restart

Ivan Savenko 6 달 전
부모
커밋
6617d9b213
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      lib/serializer/BinaryDeserializer.h

+ 0 - 1
lib/serializer/BinaryDeserializer.h

@@ -138,7 +138,6 @@ private:
 
 		if constexpr(std::is_base_of_v<IGameInfoCallback, std::remove_pointer_t<nonConstT>>)
 		{
-			assert(cb == nullptr);
 			cb = &data;
 		}