mirror of
https://github.com/Not-Nik/raylib-zig.git
synced 2025-09-09 03:57:29 +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
|
||||
// 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…
x
Reference in New Issue
Block a user