MegaKonami

Results 2 issues of MegaKonami

Whenever I run `cargo run` using the nightly branch, the following error occurs: ``` error[E0599]: no method named `backtrace` found for reference `&dyn StdError` in the current scope --> C:\Users\user\.cargo\registry\src\index.crates.io-6f17d22bba15001f\cargo-n64-0.2.0\src\lib.rs:62:36...

bug

In file `seamless_portal.lua` at line 514, there is a call to `hook.Add` that hooks onto "PreDrawViewModels" and defines a callback with 3 arguments. The [wiki](https://wiki.facepunch.com/gmod/GM:PreDrawViewModels) appears to show that this...