Closed gctucker closed 9 years ago
Levels can at the moment be either a float, fragment or callable. It's necessary to also accept integers (int or long) by converting them to floats in frag_get_levels.
Fixed in #11.
Levels can at the moment be either a float, fragment or callable. It's necessary to also accept integers (int or long) by converting them to floats in frag_get_levels.