void TW_CALL ParticleSystemDialog::SetSpawn(const void *value, void *clientData)
{
	ParticleSystemDialog* d = (ParticleSystemDialog*)clientData;
	ParticleSystem* ps = Scene::GetInstance()->GetParticleSystem(d->mPSIndex);
	ps->SetSpawnPoint(*(const AglVector3*)value);
}