mirror of
https://github.com/raylib-zig/raylib-zig.git
synced 2026-02-14 05:18:36 +00:00
Comment made no sense, me very sleepy
This commit is contained in:
parent
27e2035567
commit
559c1bc900
@ -38,7 +38,7 @@ pub fn main() anyerror!void
|
||||
DrawLineBezier(Vector2{.x=50, .y=0}, Vector2{.x=150, .y=100}, 5, RED);
|
||||
DrawLineStrip(&[_]Vector2{ Vector2{.x=100, .y=0}, Vector2{.x=160, .y=40}, Vector2{.x=200, .y=100} }, 3, RED);
|
||||
// TODO: More testing on all the functions
|
||||
// I'm just getting everything is fine, but you never know
|
||||
// I'm just expecting that everything is fine, but you never know
|
||||
|
||||
EndDrawing();
|
||||
//----------------------------------------------------------------------------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user