mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 06:19:49 +02:00
added some debugging to breakdance toy
This commit is contained in:
parent
ec93fc1b05
commit
62bf6c7c6f
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
// if we're currently being grabbed and if the person grabbing us is the current interfaces avatar.
|
||||
// we will watch this for state changes and print out if we're being grabbed or released when it changes.
|
||||
update: function() {
|
||||
//print("BreakdanceEntity.update() _this.entityID:" + _this.entityID);
|
||||
var GRAB_USER_DATA_KEY = "grabKey";
|
||||
|
||||
// because the update() signal doesn't have a valid this, we need to use our memorized _this to access our entityID
|
||||
|
|
Loading…
Reference in a new issue