Commit 232a30e3 authored by Mark Frohnmayer's avatar Mark Frohnmayer
Browse files

fixed crash on click in test application.

parent 1f718d88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -300,7 +300,7 @@ TNL_IMPLEMENT_NETOBJECT_RPC(Player, rpcPlayerWillMove,
                            (TNL::StringPtr testString), (testString), 
   TNL::NetClassGroupGameMask, TNL::RPCGuaranteedOrdered, TNL::RPCToGhostParent, 0)
{
   TNL::logprintf("Expecting a player move from the connection: %s", testString);
   TNL::logprintf("Expecting a player move from the connection: %s", testString.getString());
}

TNL_IMPLEMENT_NETOBJECT_RPC(Player, rpcPlayerDidMove,