mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-19 11:34:16 -04:00
fixes
This commit is contained in:
@ -889,8 +889,6 @@ namespace AssetStudio
|
||||
{
|
||||
var x = normalData[i * 2 + 0];
|
||||
var y = normalData[i * 2 + 1];
|
||||
m_Normals[i * 3] = x;
|
||||
m_Normals[i * 3 + 1] = y;
|
||||
var zsqr = 1 - x * x - y * y;
|
||||
float z;
|
||||
if (zsqr >= 0f)
|
||||
|
Reference in New Issue
Block a user