From 3e8c24375f064487365a66c20fba20bea8e1f860 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 18 Jun 2024 11:21:23 +0200 Subject: active recipes work --- test-client/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-client/util.ts') diff --git a/test-client/util.ts b/test-client/util.ts index 6febac37..baebc61e 100644 --- a/test-client/util.ts +++ b/test-client/util.ts @@ -20,4 +20,4 @@ export function ceil_v2(p: V2): V2 { return { x: Math.ceil(p.x), y: Math.ceil(p. export function add_v2(p: V2, o: V2 | number) { if (typeof o == "number") return { x: p.x + o, y: p.y + o } else return { x: p.x + o.x, y: p.y + o.y } -} \ No newline at end of file +} -- cgit v1.2.3-70-g09d2