Skip to content

Commit

Permalink
Revert 66eece2
Browse files Browse the repository at this point in the history
  • Loading branch information
wrestledBearOnce committed Jun 21, 2022
1 parent e219f87 commit d57ff04
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Engine/Core/MeshManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,6 @@ public void RegisterNewMesh(GpuMesh mesh, float3[] vertices, ushort[] triangles
// Configure newly created MeshImp to reflect Mesh's properties on GPU (allocate buffers)
private IMeshImp RegisterNewMesh(Mesh mesh)
{
// wire all EventHandler
mesh.InitMesh();

var meshImp = _renderContextImp.CreateMeshImp();

_renderContextImp.SetVertexArrayObject(meshImp);
Expand Down

0 comments on commit d57ff04

Please sign in to comment.