mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
Revert "mark readonly parameters as const"
This commit is contained in:
@@ -10,6 +10,6 @@
|
||||
|
||||
CGLM_EXPORT
|
||||
float
|
||||
glmc_smc(float s, const mat4 m, const vec4 c) {
|
||||
glmc_smc(float s, mat4 m, vec4 c) {
|
||||
return glm_smc(s, m, c);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user