Skip to content

Commit e280a0f

Browse files
committed
🔨 Another CMake github actions attempt
1 parent 1c52d09 commit e280a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/engine/utils.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace ste {
66

7-
constexpr std::string getAssetPath(const std::string &filename) {
7+
inline std::string getAssetPath(const std::string &filename) {
88
return std::string(ASSET_PATH) + "/" + filename;
99
}
1010

0 commit comments

Comments
 (0)