diff options
author | Juan Linietsky <reduzio@gmail.com> | 2016-06-27 13:17:20 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2016-06-27 13:17:20 -0300 |
commit | efdcf205d2b428580ee9b4a50572649bc06b4276 (patch) | |
tree | 3d091cf77bd4033436a0d33314c021efbe6e4239 /scene/resources/sample.cpp | |
parent | 88e28af5e360d826ee0e83944dff0003375e3daf (diff) | |
download | redot-engine-efdcf205d2b428580ee9b4a50572649bc06b4276.tar.gz |
Make most resources (save for packedscenes and scripts) reload if they change on disk. Closes #4059.
Diffstat (limited to 'scene/resources/sample.cpp')
-rw-r--r-- | scene/resources/sample.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/resources/sample.cpp b/scene/resources/sample.cpp index 87fcfc425d..aae4e85a27 100644 --- a/scene/resources/sample.cpp +++ b/scene/resources/sample.cpp @@ -187,6 +187,8 @@ RID Sample::get_rid() const { return sample; } + + void Sample::_bind_methods(){ |