mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
Merge pull request #108410 from KoBeWi/warn't
Remove PropertyTweener start warning
This commit is contained in:
commit
c6d130abd9
1 changed files with 0 additions and 1 deletions
|
@ -597,7 +597,6 @@ void PropertyTweener::start() {
|
||||||
|
|
||||||
Object *target_instance = ObjectDB::get_instance(target);
|
Object *target_instance = ObjectDB::get_instance(target);
|
||||||
if (!target_instance) {
|
if (!target_instance) {
|
||||||
WARN_PRINT("Target object freed before starting, aborting Tweener.");
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue