mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-09 23:40:42 +00:00
Moved async packet queue test and commented it out.
This commit is contained in:
parent
87c4c5c790
commit
b173e5571c
3 changed files with 4 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||
// IN THE SOFTWARE.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
/*
|
||||
#include "unit/test.h"
|
||||
#include "platform/async/asyncPacketQueue.h"
|
||||
#include "console/console.h"
|
||||
|
|
@ -149,3 +149,4 @@ CreateUnitTest( TestAsyncPacketQueue, "Platform/AsyncPacketQueue" )
|
|||
};
|
||||
|
||||
#endif // !TORQUE_SHIPPING
|
||||
*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue