revolver

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit d8c6245060d253eec65cb1b599f96c252a51027c
parent 05ba29dbd5abf2277521f1f00b80786a007e8e2a
Author: Samdal <samdal@protonmail.com>
Date:   Tue, 25 Mar 2025 15:30:20 +0100

remove todo in idraw2d

Diffstat:
Msrc/util/util_idraw2d.h | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/util/util_idraw2d.h b/src/util/util_idraw2d.h @@ -2,9 +2,6 @@ // util_idraw2d.h // // TODO(Samdal): -// Make a stack for custom bindings, this would make it easy to auto-bind pipelines -// rvid_push_custom_binds() -// rvid_pop_custom_binds() // Use an index buffer (?) // Implement line drawing // Implement circle drawing