mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-09 07:20:40 +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
cbce2ee805
154 changed files with 2950 additions and 705 deletions
|
|
@ -142,7 +142,7 @@ void AppVertConnectorGLSL::sortVars()
|
|||
|
||||
void AppVertConnectorGLSL::setName( char *newName )
|
||||
{
|
||||
dStrcpy( (char*)mName, newName );
|
||||
dStrcpy( (char*)mName, newName, 32 );
|
||||
}
|
||||
|
||||
void AppVertConnectorGLSL::reset()
|
||||
|
|
@ -287,7 +287,7 @@ void VertPixelConnectorGLSL::sortVars()
|
|||
|
||||
void VertPixelConnectorGLSL::setName( char *newName )
|
||||
{
|
||||
dStrcpy( (char*)mName, newName );
|
||||
dStrcpy( (char*)mName, newName, 32 );
|
||||
}
|
||||
|
||||
void VertPixelConnectorGLSL::reset()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue