fix by golint
This commit is contained in:
parent
5b3c524e0a
commit
174a597b39
3 changed files with 4 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
Package raylib - Go bindings for raylib, a simple and easy-to-use library to learn videogames programming.
|
||||
Package rl - Go bindings for raylib, a simple and easy-to-use library to learn videogames programming.
|
||||
|
||||
raylib is highly inspired by Borland BGI graphics lib and by XNA framework.
|
||||
|
||||
|
@ -848,7 +848,7 @@ type MaterialMap struct {
|
|||
Value float32
|
||||
}
|
||||
|
||||
// Model, meshes, materials and animation data
|
||||
// Model is struct of model, meshes, materials and animation data
|
||||
type Model struct {
|
||||
// Local transform matrix
|
||||
Transform Matrix
|
||||
|
@ -1195,6 +1195,7 @@ func newRenderTexture2DFromPointer(ptr unsafe.Pointer) RenderTexture2D {
|
|||
return *(*RenderTexture2D)(ptr)
|
||||
}
|
||||
|
||||
// TraceLogLevel parameter of trace log message
|
||||
type TraceLogLevel int
|
||||
|
||||
// Trace log level
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue