mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 20:15:17 +00:00
Fix texture override example
This commit is contained in:
parent
4b62f9be25
commit
b04dc23aa5
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
-- description: Run /matrix and a builtin texture name to replace with the digital rain
|
-- description: Run /matrix and a builtin texture name to replace with the digital rain
|
||||||
-- deluxe: true
|
-- deluxe: true
|
||||||
|
|
||||||
if SM64COOPDX_VERSION ~= nil then
|
if SM64COOPDX_VERSION == nil then
|
||||||
local first = false
|
local first = false
|
||||||
hook_event(HOOK_ON_LEVEL_INIT, function()
|
hook_event(HOOK_ON_LEVEL_INIT, function()
|
||||||
if not first then
|
if not first then
|
||||||
|
|
Loading…
Reference in a new issue