i don't think that u have to call it twice at the beginning. look in physX.h:
Code:
function physX_startup()
{
	physX_load();
	while(1){
	   physX_run();
		wait(1);
	}
}




Last edited by Razoron; 09/03/09 14:01.