Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AwayStats ::: stage.frameRate #220

Closed
redefy opened this issue Feb 20, 2012 · 5 comments
Closed

AwayStats ::: stage.frameRate #220

redefy opened this issue Feb 20, 2012 · 5 comments
Labels

Comments

@redefy
Copy link

redefy commented Feb 20, 2012

Not the correct output stage.frameRate.

Not correct:
_fps_tf.text = _fps.toString().concat('/', stage.frameRate);

Correctly:
_fps_tf.text = _fps.toString().concat('/', int(stage.frameRate));

@richardolsson
Copy link
Member

In what way is the output incorrect? What is the output that you are seeing?

@redefy
Copy link
Author

redefy commented Feb 20, 2012

here a screenshot ==> http://away3d.com/forum/viewthread/1900/

@richardolsson
Copy link
Member

Whoa! I've never seen that before. Thanks for reporting.

@redefy
Copy link
Author

redefy commented Feb 20, 2012

This happens if the reduce stage.framerate down to 0, and then again begin increasing ...

@rob-bateman
Copy link
Member

updated and in the dev branch: ddcdc5f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants