Property handle rotated controls in 2D editor, fixes #3613
This commit is contained in:
parent
f5433dc60d
commit
9109e41a20
2 changed files with 8 additions and 3 deletions
|
|
@ -151,8 +151,8 @@ void Sample::set_loop_format(LoopFormat p_format) {
|
|||
if (sample.is_valid())
|
||||
AudioServer::get_singleton()->sample_set_loop_format(sample,(AudioServer::SampleLoopFormat)p_format);
|
||||
loop_format=p_format;
|
||||
|
||||
}
|
||||
|
||||
Sample::LoopFormat Sample::get_loop_format() const {
|
||||
|
||||
return loop_format;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue