Added BeatTime

This commit is contained in:
Erik C. Thauvin 2023-03-15 22:07:35 -07:00
parent 178688e7b3
commit 8050ebed46
6 changed files with 88 additions and 19 deletions

View file

@ -23,7 +23,7 @@ import rife.tools.Convert;
/**
* Collection of utility-type methods commonly used by the renderers.
*/
public final class RenderUtils {
public final class RenderUtils {
private RenderUtils() {
// no-op
}