Checking if (foo = bar) is begging for disaster.
git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@610 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
@@ -116,7 +116,8 @@ public class MetaMediaManager
|
||||
return;
|
||||
}
|
||||
|
||||
if (_paused = paused) {
|
||||
_paused = paused;
|
||||
if (_paused) {
|
||||
// make a note of our pause time
|
||||
_pauseTime = _framemgr.getTimeStamp();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user