mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-01-26 13:47:56 +03:00
Fixed matrix3x4_t constructor not working before instantiated by other means
This commit is contained in:
parent
0094d707b9
commit
03632df565
@ -273,6 +273,8 @@ void RegisterMathScriptFunctions()
|
||||
//
|
||||
// matrix3x4_t
|
||||
//
|
||||
g_pScriptVM->RegisterClass( GetScriptDescForClass( CScriptMatrix3x4 ) );
|
||||
|
||||
ScriptRegisterFunctionNamed( g_pScriptVM, ScriptFreeMatrixInstance, "FreeMatrixInstance", "Frees an allocated matrix instance." );
|
||||
|
||||
ScriptRegisterFunctionNamed( g_pScriptVM, ScriptConcatTransforms, "ConcatTransforms", "Concatenates two transformation matrices into another matrix." );
|
||||
|
Loading…
x
Reference in New Issue
Block a user