Fix class name in comment in source.cpp

Co-authored-by: DanShort12 <66615563+DanShort12@users.noreply.github.com>
This commit is contained in:
Paul Romano 2020-10-27 16:03:11 -05:00 committed by GitHub
parent 9af5541e88
commit b57ee1f757
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -230,7 +230,7 @@ Particle::Bank IndependentSource::sample(uint64_t* seed) const
}
//==============================================================================
// SourceFile implementation
// FileSource implementation
//==============================================================================
FileSource::FileSource(std::string path)