Skip to content

Commit

Permalink
Update ShaderProgram.h
Browse files Browse the repository at this point in the history
  • Loading branch information
adafcaefc authored Dec 23, 2024
1 parent 4deee84 commit de834a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Geome3Dash/src/engine/sus3d/ShaderProgram.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#include <CCGL.h>
#include <Geode/cocos/platform/CCGL.h>

#include <glm/glm.hpp>

Expand Down Expand Up @@ -30,4 +30,4 @@ namespace sus3d
void setVec2(const std::string& key, glm::vec2 vec);
void setVec3(const std::string& key, glm::vec3 vec);
};
}
}

0 comments on commit de834a0

Please sign in to comment.