fix a misleading comment

This commit is contained in:
Paul Davis 2021-10-21 11:16:55 -06:00
parent ef20e8e5df
commit 600e0b21e8

View File

@ -295,7 +295,7 @@ MidiRegion::render (Evoral::EventSink<samplepos_t>& dst,
}
/* dump pulls from zero to infinity ... */
/* render() pulls from zero to infinity ... */
if (!position().zero()) {
/* we are starting the read from before the start of the region */