mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-02-11 10:30:06 +01:00
Remove unecessary if.
This commit is contained in:
parent
4517cc0c78
commit
7a97d20c97
@ -72,9 +72,7 @@ MMTonality::~MMTonality() {
|
|||||||
|
|
||||||
void MMTonality::_notification(int p_what) {
|
void MMTonality::_notification(int p_what) {
|
||||||
if (p_what == NOTIFICATION_POSTINITIALIZE) {
|
if (p_what == NOTIFICATION_POSTINITIALIZE) {
|
||||||
if (points.size() == 0) {
|
init_points_01();
|
||||||
init_points_01();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user