diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-06-25 11:08:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-25 11:08:36 +0200 |
commit | 87fd71244be7b185f0525c6b33850f7075b1425a (patch) | |
tree | ff58ebdfd8cfed4d960036336c607a7f95cb8659 /scene/resources/texture.cpp | |
parent | 8efd835009bdb47670a76432fd128f582ef6be38 (diff) | |
parent | e3998528e021d2722b40bc1bcda809baaa2cce3b (diff) | |
download | redot-engine-87fd71244be7b185f0525c6b33850f7075b1425a.tar.gz |
Merge pull request #9334 from Noshyaar/pr-genh
BuildSystem: generated files have .gen.extension
Diffstat (limited to 'scene/resources/texture.cpp')
-rw-r--r-- | scene/resources/texture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/texture.cpp b/scene/resources/texture.cpp index 5049c0a1d6..0bd8c41228 100644 --- a/scene/resources/texture.cpp +++ b/scene/resources/texture.cpp @@ -28,7 +28,7 @@ /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ /*************************************************************************/ #include "texture.h" -#include "core/method_bind_ext.inc" +#include "core/method_bind_ext.gen.inc" #include "core/os/os.h" #include "core_string_names.h" #include "io/image_loader.h" |