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
|
// Log message types
|
||||||
const (
|
const (
|
||||||
LogAll = 1 << iota
|
LogAll = iota
|
||||||
LogTrace
|
LogTrace
|
||||||
LogDebug
|
LogDebug
|
||||||
LogInfo
|
LogInfo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue