src/context.c

changeset 176
cb2f60f48337
parent 174
0009b982bc7d
--- a/src/context.c	Wed Jul 02 23:55:50 2025 +0200
+++ b/src/context.c	Thu Jul 03 23:01:52 2025 +0200
@@ -198,8 +198,6 @@
     }
 
     // compute frame time
-    // TODO: think about whether frame rate is actually a per-window thing
-    //       the answer is hopefully NO, because that would mean behaviors are also a per-window thing
     uint64_t frame_nanos, ns;
     do {
         ns = asc_nanos();

mercurial