mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-20 03:45:26 +00:00
Merge branch 'development' of https://github.com/GarageGames/Torque3D into memberMess
# Conflicts: # Engine/source/console/consoleFunctions.cpp
This commit is contained in:
commit
28e509af1a
158 changed files with 2954 additions and 709 deletions
|
|
@ -232,7 +232,7 @@ void ShaderConnectorHLSL::sortVars()
|
|||
|
||||
void ShaderConnectorHLSL::setName( char *newName )
|
||||
{
|
||||
dStrcpy( (char*)mName, newName );
|
||||
dStrcpy( (char*)mName, newName, 32 );
|
||||
}
|
||||
|
||||
void ShaderConnectorHLSL::reset()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue