Fixed additional typos
Went through the source with VNNCC to correct as many found typos as possible Co-Authored-By: VNC <52937757+VNNCC@users.noreply.github.com>
This commit is contained in:
@@ -64,7 +64,7 @@ void MaterialLayer::Prepare()
|
||||
|
||||
Guid MaterialLayer::GetMappedParamId(const Guid& id)
|
||||
{
|
||||
// TODO: test ParamIdsMappings using Dictionary. will performance change? mamybe we don't wont to allocate too much memory
|
||||
// TODO: test ParamIdsMappings using Dictionary. will performance change? maybe we don't wont to allocate too much memory
|
||||
|
||||
for (int32 i = 0; i < ParamIdsMappings.Count(); i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user