Skip to content
This repository has been archived by the owner on Dec 10, 2017. It is now read-only.

Commit

Permalink
Remove silly quotes around numbers in [SWF]
Browse files Browse the repository at this point in the history
  • Loading branch information
strager committed Aug 3, 2012
1 parent f0ecbcb commit 854ee4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.as
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ package {
import kacount.util.StateMachine;
import kacount.util.StateMachineTemplate;

[SWF(frameRate="60", width="1024", height="768")]
[SWF(frameRate=60, width=1024, height=768)]
public class Main extends Sprite {
private var _sm:StateMachine;
private var _currentController:Controller;
Expand Down

0 comments on commit 854ee4e

Please sign in to comment.