You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
some class renames
TextureFrame -> TextureRect Patch9Frame -> NinePatchRect ColorFrame -> ColorRect
This commit is contained in:
@@ -47,7 +47,7 @@ class SampleEditor : public Panel {
|
||||
Ref<ImageTexture> peakdisplay;
|
||||
Ref<Sample> sample;
|
||||
Ref<SampleLibrary> library;
|
||||
TextureFrame *sample_texframe;
|
||||
TextureRect *sample_texframe;
|
||||
Button *stop;
|
||||
Button *play;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user