Skip to content

Commit

Permalink
Export Wave data, issue #402
Browse files Browse the repository at this point in the history
  • Loading branch information
gen2brain committed Dec 3, 2024
1 parent ea071de commit b6bb8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion raylib/raylib.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type Wave struct {
// Number of channels (1-mono, 2-stereo)
Channels uint32
// Buffer data pointer
data unsafe.Pointer
Data unsafe.Pointer
}

// NewWave - Returns new Wave
Expand Down

0 comments on commit b6bb8ec

Please sign in to comment.