Include the timestamp associated with sprite events in the event.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2020 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2002-12-04 02:45:09 +00:00
parent c321f7eb33
commit 6552b5bd8b
10 changed files with 39 additions and 24 deletions
@@ -1,5 +1,5 @@
//
// $Id: MediaPanel.java,v 1.23 2002/11/20 03:11:43 mdb Exp $
// $Id: MediaPanel.java,v 1.24 2002/12/04 02:45:09 shaper Exp $
package com.threerings.media;
@@ -83,6 +83,8 @@ public class MediaPanel extends JComponent
*/
public void setPaused (boolean paused)
{
Log.info("setPaused [paused=" + paused + "].");
// sanity check
if ((paused && (_pauseTime != 0)) ||
(!paused && (_pauseTime == 0))) {