wip
This commit is contained in:
@@ -8,7 +8,7 @@ float rand(float seed){
|
||||
}
|
||||
|
||||
float rand(vec2 n){
|
||||
return rand(n.x * 1234 + n.y * 9876);
|
||||
return rand(n.x * 1234. + n.y * 9876.);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user