Fix logging, issue #203

This commit is contained in:
Milan Nikolic 2022-10-23 14:56:34 +02:00
parent faa881fe83
commit dfbb5ab754
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75

View file

@ -1197,7 +1197,7 @@ func newRenderTexture2DFromPointer(ptr unsafe.Pointer) RenderTexture2D {
// Log message types
const (
LogAll = 1 << iota
LogAll = iota
LogTrace
LogDebug
LogInfo