Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
gafferongames committed Sep 18, 2024
1 parent 279ab98 commit aa48483
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions netcode.c
Original file line number Diff line number Diff line change
Expand Up @@ -9173,9 +9173,8 @@ void test_packet_tagging()
// todo
printf( "client ipv4\n" );

netcode_default_client_config( &client_config );

struct netcode_client_config_t client_config;
netcode_default_client_config( &client_config );

struct netcode_client_t * client = netcode_client_create( "127.0.0.1:50000", &client_config, 0.0 );

Expand Down Expand Up @@ -9246,8 +9245,8 @@ void test_packet_tagging()
netcode_client_destroy( client );
netcode_server_destroy( server );
*/
}
*/
}

#endif // #if NETCODE_PACKET_TAGGING
Expand Down

0 comments on commit aa48483

Please sign in to comment.