Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
... Might as well.
  • Loading branch information
michael-fadely committed Jan 31, 2015
1 parent 5558c91 commit 7e11081
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SAEditorCommon/UI/TexturePicker.cs
Expand Up @@ -8,6 +8,9 @@ namespace SonicRetro.SAModel.SAEditorCommon.UI
{
public partial class TexturePicker : Form
{
// TODO: Consider caching the resized bitmaps
// TODO: Consider caching imageList somehow for a substantial performance gain

public int SelectedValue { get { return listView.SelectedIndices[0]; } }
private readonly int initialSelection;
private readonly BMPInfo[] textureInfo;
Expand Down

0 comments on commit 7e11081

Please sign in to comment.