4.0 fix atlas texture return null

This commit is contained in:
boruok 2021-09-28 23:54:47 +09:00
parent 7cdd8629ad
commit 2cc2adedaa
2 changed files with 10 additions and 0 deletions

View file

@ -252,6 +252,8 @@ public:
bool is_pixel_opaque(int p_x, int p_y) const override;
virtual Ref<Image> get_image() const override;
AtlasTexture();
};