Bug in ProceduralSpringGenerator.h

JayMcBee

24-06-2016 14:12:52

Hi there -

there's a typo in ProceduralSpringGenerator.h effectively breaking the header guard:

#ifndef PROCEDURAL_SPRING_GENERATORS_INCLUDED
#define PROCEDURAL_PRING_GENERATORS_INCLUDED


Should be
#ifndef PROCEDURAL_SPRING_GENERATORS_INCLUDED
#define PROCEDURAL_SPRING_GENERATORS_INCLUDED


Cheers,
Jay