chore: rename to forge (steel)
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@
|
||||
#endif /* PACKAGE */
|
||||
|
||||
#ifndef VERSION
|
||||
#define VERSION "(dev)"
|
||||
#define VERSION "steel-dev"
|
||||
#endif /* VERSION */
|
||||
|
||||
/* TYPES */
|
||||
|
||||
@@ -56,7 +56,6 @@ static long get_average_tap_duration(Tempo tempo) {
|
||||
|
||||
average_tap_duration = running_total / amount;
|
||||
if (average_tap_duration < MIN_BEAT_LENGTH) {
|
||||
log_debug("%ld", average_tap_duration);
|
||||
return MIN_BEAT_LENGTH;
|
||||
}
|
||||
|
||||
|
||||
@@ -129,10 +129,6 @@ void window_use(Window *window, SharedContext *context) {
|
||||
context->tex_resolution[0] =
|
||||
(int)(context->tex_resolution[1] * context->resolution[0] /
|
||||
context->resolution[1]);
|
||||
|
||||
log_debug("Resolution %f %f", context->resolution[0], context->resolution[1]);
|
||||
log_debug("Tex resolution %f %f", context->tex_resolution[0],
|
||||
context->tex_resolution[1]);
|
||||
}
|
||||
|
||||
void window_close(Window *window) {
|
||||
|
||||
Reference in New Issue
Block a user