mirror of
https://github.com/Not-Nik/raylib-zig.git
synced 2025-09-09 12:07:27 +00:00
Update comments
This commit is contained in:
parent
c481ade52f
commit
2fab03eec1
@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// rayzig_math
|
// raylib-zig-math
|
||||||
// Zig version: 0.6.0
|
// Zig version: 0.6.0
|
||||||
// Author: Nikolas Wipper
|
// Author: Nikolas Wipper
|
||||||
// Date: 2020-02-15
|
// Date: 2020-02-15
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// rayzig
|
// raylib-zig
|
||||||
// Zig version:
|
// Zig version:
|
||||||
// Author: Nikolas Wipper
|
// Author: Nikolas Wipper
|
||||||
// Date: 2020-02-15
|
// Date: 2020-02-15
|
||||||
@ -228,8 +228,6 @@ pub const Camera3D = extern struct {
|
|||||||
fovy: f32,
|
fovy: f32,
|
||||||
type: CameraType,
|
type: CameraType,
|
||||||
|
|
||||||
// pub extern fn UpdateCamera(camera: [*c]Camera) void;
|
|
||||||
|
|
||||||
pub fn Begin(self: Camera3D) void {
|
pub fn Begin(self: Camera3D) void {
|
||||||
BeginMode3D(self);
|
BeginMode3D(self);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user