Delta Engine
»
General
»
Announcements
»
Milestone 5 Jupiter v1.0 Editor and AppBuilder Bugfix Release
Medals:  Joined: 8/24/2011(UTC) Posts: 138 Location: Hannover
Thanks: 1 times Was thanked: 12 time(s) in 7 post(s)
|
A Bugfix Release for all Frameworks was just pushed, download like always at http://deltaengine.net/downloadThis is now the recommended version to use. Edited by moderator Friday, November 29, 2013 10:48:42 AM(UTC)
| Reason: Not specified |
|
|
|
|
Joined: 12/19/2011(UTC) Posts: 529
Thanks: 10 times Was thanked: 16 time(s) in 15 post(s)
|
I don't know if it's fixed but I just found a small coding bug. In the file ContentLoader.cs you have the following code: Code:public static void RemoveResource(string key)
{
if (current.resources.ContainsKey(key))
current.resources.Clear();
}
You check if the key exists and then you clear the whole dictionary? I don't think this is intentional :) |
|
|
|
|
Medals:  Joined: 8/20/2011(UTC) Posts: 1,421 Location: Hannover
Thanks: 18 times Was thanked: 97 time(s) in 92 post(s)
|
Thanks, good catch. It is only used in the Editor and killing all resources is certainly not correct, but it is just a cache, so it works either way. I forwarded this to the Editor team and it has been already fixed, they will write a comment here too.
|
|
|
|
Delta Engine
»
General
»
Announcements
»
Milestone 5 Jupiter v1.0 Editor and AppBuilder Bugfix Release
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.