|
From: <tre...@us...> - 2007-10-19 00:58:50
|
Revision: 515
http://ogoglio.svn.sourceforge.net/ogoglio/?rev=515&view=rev
Author: trevorolio
Date: 2007-10-18 17:58:54 -0700 (Thu, 18 Oct 2007)
Log Message:
-----------
Now plays the sit animation when sitting.
Other folks see the sitting avatar, both upon the event and on initial load.
Need to add UI to template html.
Modified Paths:
--------------
maven/trunk/ogoglio-body-editor-applet/src/main/java/com/ogoglio/bodyeditor/BodyEditorApplet.java
Modified: maven/trunk/ogoglio-body-editor-applet/src/main/java/com/ogoglio/bodyeditor/BodyEditorApplet.java
===================================================================
--- maven/trunk/ogoglio-body-editor-applet/src/main/java/com/ogoglio/bodyeditor/BodyEditorApplet.java 2007-10-19 00:58:48 UTC (rev 514)
+++ maven/trunk/ogoglio-body-editor-applet/src/main/java/com/ogoglio/bodyeditor/BodyEditorApplet.java 2007-10-19 00:58:54 UTC (rev 515)
@@ -144,7 +144,7 @@
if (user == null || bodyPanel == null || bodyPanel.renderable == null) {
return;
}
- bodyPanel.renderable.playAnimation(animationName, false);
+ bodyPanel.renderable.playAnimation(animationName, false, true);
}
public String getBodyConfigurationDocument() {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|