Update comments
This commit is contained in:
parent
c481ade52f
commit
2fab03eec1
2 changed files with 2 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
//
|
||||
// rayzig_math
|
||||
// raylib-zig-math
|
||||
// Zig version: 0.6.0
|
||||
// Author: Nikolas Wipper
|
||||
// Date: 2020-02-15
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue