You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix various typos
* Add TODO notes for typos that should be fixed for 5.0 Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
This commit is contained in:
@@ -86,7 +86,7 @@ public:
|
||||
void set_timeline_length(double p_length);
|
||||
double get_timeline_length() const;
|
||||
|
||||
void set_stretch_time_scale(bool p_strech_time_scale);
|
||||
void set_stretch_time_scale(bool p_stretch_time_scale);
|
||||
bool is_stretching_time_scale() const;
|
||||
|
||||
void set_start_offset(double p_offset);
|
||||
|
||||
Reference in New Issue
Block a user