Fixed a single raygui binding
This commit is contained in:
parent
4e9fe28e4d
commit
e5fccefec0
5 changed files with 28 additions and 22 deletions
|
|
@ -3,6 +3,7 @@ package main
|
|||
import rl "libraries/raylib"
|
||||
import "core:log"
|
||||
|
||||
import "libraries/back"
|
||||
import "core:mem"
|
||||
import "core:c"
|
||||
import "base:intrinsics"
|
||||
|
|
@ -239,7 +240,7 @@ when ODIN_ARCH == .wasm32 || ODIN_ARCH == .wasm64p32 {
|
|||
// exe_dir := filepath.dir(string(exe_path))
|
||||
// os.set_working_directory(exe_dir)
|
||||
rl.ChangeDirectory(rl.GetApplicationDirectory())
|
||||
|
||||
back.register_segfault_handler()
|
||||
context.logger = log.create_console_logger()
|
||||
|
||||
init()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue