Skip to content

Commit

Permalink
Fixed comment in code
Browse files Browse the repository at this point in the history
  • Loading branch information
WootRoot authored and hyperb1iss committed Jun 24, 2010
1 parent bbd944c commit af70f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/android/wallpaper/nexus/NexusRS.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class NexusRS extends RenderScriptScene implements SharedPreferences.OnSharedPre

private static final int RSID_COMMAND = 1;

private static final int TEXTURES_COUNT = 7; //changed number of textures from 5 to 6
private static final int TEXTURES_COUNT = 7; //changed number of textures from 6 to 7

private final BitmapFactory.Options mOptionsARGB = new BitmapFactory.Options();

Expand Down

0 comments on commit af70f5f

Please sign in to comment.