Remove unecessary if.

This commit is contained in:
Relintai 2022-06-19 12:37:16 +02:00
parent 4517cc0c78
commit 7a97d20c97

View File

@ -72,9 +72,7 @@ MMTonality::~MMTonality() {
void MMTonality::_notification(int p_what) {
if (p_what == NOTIFICATION_POSTINITIALIZE) {
if (points.size() == 0) {
init_points_01();
}
init_points_01();
}
}