Skip to content

Commit

Permalink
Move comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Aug 5, 2024
1 parent cdde9d3 commit 51d0112
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,14 +241,14 @@ GL3LoadTestSample::framebufferColorEncoding()
return encoding;
}

// Emscripten assimp port not yet available.
#if !defined(__EMSCRIPTEN__)
void
GL3LoadTestSample::loadMesh(std::string filename,
glMeshLoader::MeshBuffer& meshBuffer,
std::vector<glMeshLoader::VertexLayout> vertexLayout,
float scale)
{
// Emscripten assimp port not yet available.
GLMeshLoader *mesh = new GLMeshLoader();

mesh->LoadMesh(filename);
Expand Down

0 comments on commit 51d0112

Please sign in to comment.