mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
Fixes some conversion mistakes in the scripts
This commit is contained in:
parent
9ccaa6d3ea
commit
c051a0357c
8 changed files with 17 additions and 17 deletions
|
|
@ -3,7 +3,7 @@
|
|||
// Copyright (C) - Violent Tulip
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
function VerveEditor::InitEven" @ $TorqueScriptFileExtension @ "s()
|
||||
function VerveEditor::InitEventScripts()
|
||||
{
|
||||
// Core.
|
||||
exec( "./VEvent." @ $TorqueScriptFileExtension );
|
||||
|
|
@ -27,4 +27,4 @@ function VerveEditor::InitEven" @ $TorqueScriptFileExtension @ "s()
|
|||
// Custom.
|
||||
// Exec Custom Event Scripts.
|
||||
}
|
||||
VerveEditor::InitEven" @ $TorqueScriptFileExtension @ "s();
|
||||
VerveEditor::InitEventScripts();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue