spawning points

This commit is contained in:
robin
2024-05-03 14:15:27 +02:00
parent b83f49b4ad
commit 63892ca363
9 changed files with 123 additions and 5 deletions

View File

@@ -23,6 +23,7 @@ int main() {
l->spoofPoints();
auto program = new Program(bg, e, l);
program->setLagrangeInteractor(l->createSpawnPointCallback());
program->render();
return EXIT_SUCCESS;