dermetfan / libgdx-texturepacker-gui

Automatically exported from code.google.com/p/libgdx-texturepacker-gui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't save Use aliases

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1. Create a new project
2. Uncheck the Use aliases option
3. Save project to a file
4. Close the program and reopen the program
5. Load project saved in step 3


What is the expected output? What do you see instead?
Expect to see the Use aliases option unchecked. The option is always checked on 
load despite the alias value in the file being set to "false" 

What version of the product are you using? On what operating system?
Latest 3.2.0

This was needed because the alias rotate image causes issues, but I want to 
automate the texture packing process for my artists and can't because my 
project can't load correctly.

Original issue reported on code.google.com by RyanLind...@gmail.com on 7 Aug 2014 at 1:48

In the Pack.java file on approximately line 103 there is a typo. The work 
"atlas" should be "alias" instead to address this issue.

Original comment by RyanLind...@gmail.com on 7 Aug 2014 at 3:29