setTimeFps static method

void setTimeFps(
  1. double fps
)

Implementation

static void setTimeFps( double fps ){
	_env._timeFps = fps;
}