mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Comment out tracy imports.
This commit is contained in:
@@ -11,9 +11,7 @@ package compress
|
||||
import "core:io"
|
||||
import "core:image"
|
||||
|
||||
when #config(TRACY_ENABLE, false) {
|
||||
import tracy "shared:odin-tracy"
|
||||
}
|
||||
// when #config(TRACY_ENABLE, false) { import tracy "shared:odin-tracy" }
|
||||
|
||||
Error :: union {
|
||||
General_Error,
|
||||
|
||||
Reference in New Issue
Block a user