mirror of
https://github.com/celisej567/BCWSsrc.git
synced 2026-09-09 20:23:06 +03:00
Fixed matrix3x4_t constructor not working before instantiated by other means
This commit is contained in:
@@ -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." );
|
||||
|
||||
Reference in New Issue
Block a user