An audit over every public name in raylib.flan against every file that calls one turned up draw-circle-v and load-texture-from-image with no call site at all — bound, linked, and never once executed, which is the state the parent commit already made a rule about. Reading the diff had not caught either. load-texture-from-image now has the only call site it can have: sand.flan loads brush.png a second time as an Image, mirrors it in RAM, and uploads that. The two badges sit side by side, so a flip that did nothing or an upload that took the unedited buffer shows as two identical sprites rather than as nothing. draw-circle-v fills the dot at the world cursor's centre, beside the pixel that was already there — both Vector2 forms, so both land where the ring's centre is rather than where an integer cast would have put them. Still uncalled and not this lane's to invent a use for: key-released? and mouse-button-pressed?.
Description
Languages
OCaml
67.2%
Emacs Lisp
15.2%
C
10.4%
HTML
2.9%
Standard ML
2.8%
Other
1.5%