Update comments

This commit is contained in:
Not-Nik 2020-05-04 15:14:13 +10:00
parent c481ade52f
commit 2fab03eec1
No known key found for this signature in database
GPG Key ID: 08BB71E672DB3BFD
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,5 @@
//
// rayzig_math
// raylib-zig-math
// Zig version: 0.6.0
// Author: Nikolas Wipper
// Date: 2020-02-15

View File

@ -1,5 +1,5 @@
//
// rayzig
// raylib-zig
// Zig version:
// Author: Nikolas Wipper
// Date: 2020-02-15
@ -228,8 +228,6 @@ pub const Camera3D = extern struct {
fovy: f32,
type: CameraType,
// pub extern fn UpdateCamera(camera: [*c]Camera) void;
pub fn Begin(self: Camera3D) void {
BeginMode3D(self);
}