mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 09:33:11 +02:00
Code review
This commit is contained in:
parent
6623d0c552
commit
93509f4c6e
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ public:
|
|||
const QString& getScript() const { return _script; }
|
||||
void setScript(const QString& value) { _script = value; }
|
||||
|
||||
const quint64 getScriptTimestamp() const { return _scriptTimestamp; }
|
||||
quint64 getScriptTimestamp() const { return _scriptTimestamp; }
|
||||
void setScriptTimestamp(const quint64 value) { _scriptTimestamp = value; }
|
||||
|
||||
const QString& getCollisionSoundURL() const { return _collisionSoundURL; }
|
||||
|
|
Loading…
Reference in a new issue