Fixup ColorRect and TextureRect renames
This commit is contained in:
@ -28,8 +28,8 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
|
||||
#ifndef TEXTURE_FRAME_H
|
||||
#define TEXTURE_FRAME_H
|
||||
#ifndef TEXTURE_RECT_H
|
||||
#define TEXTURE_RECT_H
|
||||
|
||||
#include "scene/gui/control.h"
|
||||
|
||||
@ -83,4 +83,5 @@ public:
|
||||
};
|
||||
|
||||
VARIANT_ENUM_CAST(TextureRect::StretchMode);
|
||||
#endif // TEXTURE_FRAME_H
|
||||
|
||||
#endif // TEXTURE_RECT_H
|
||||
|
||||
Reference in New Issue
Block a user