projects
/
potlatch2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
651b1be
)
Bugfix - name sprites can be drawn without other icons (or pending icons loading...
author
Andy Allan
<gravitystorm@gmail.com>
Wed, 10 Nov 2010 19:10:25 +0000
(19:10 +0000)
committer
Andy Allan
<gravitystorm@gmail.com>
Wed, 10 Nov 2010 19:10:25 +0000
(19:10 +0000)
Without this, these names appeared clustered in the top-left corner of the display.
net/systemeD/halcyon/NodeUI.as
patch
|
blob
|
history
diff --git
a/net/systemeD/halcyon/NodeUI.as
b/net/systemeD/halcyon/NodeUI.as
index 624a567fea50135344695bf7de7ef0310e3fb35d..4ad5bd9277ae9389eeac2f25571467e9bdc89e77 100644
(file)
--- a/
net/systemeD/halcyon/NodeUI.as
+++ b/
net/systemeD/halcyon/NodeUI.as
@@
-127,6
+127,7
@@
package net.systemeD.halcyon {
var name:Sprite=new Sprite();
addToLayer(name,NAMESPRITE);
t.writeNameLabel(name,a,0,0);
+ loaded=true;
}
}
if (!r) { return false; }