mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-16 17:48:01 +00:00
Comment out some stuff because of appveyor atm
This commit is contained in:
parent
c908e24517
commit
2a76b8216c
1 changed files with 2 additions and 3 deletions
|
@ -34,7 +34,7 @@ namespace FirstPlugin
|
|||
|
||||
public class OctreeNode
|
||||
{
|
||||
public List<ushort> TriangleIndices { get; set; }
|
||||
/* public List<ushort> TriangleIndices { get; set; }
|
||||
|
||||
protected const uint _flagMask = 0b11000000_00000000_00000000_00000000;
|
||||
|
||||
|
@ -84,7 +84,7 @@ namespace FirstPlugin
|
|||
public void Write(FileWriter writer)
|
||||
{
|
||||
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
public class Model
|
||||
|
@ -99,6 +99,5 @@ namespace FirstPlugin
|
|||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue