Fix logging, issue #203
This commit is contained in:
parent
faa881fe83
commit
dfbb5ab754
1 changed files with 1 additions and 1 deletions
|
@ -1197,7 +1197,7 @@ func newRenderTexture2DFromPointer(ptr unsafe.Pointer) RenderTexture2D {
|
|||
|
||||
// Log message types
|
||||
const (
|
||||
LogAll = 1 << iota
|
||||
LogAll = iota
|
||||
LogTrace
|
||||
LogDebug
|
||||
LogInfo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue