Skip to content
Snippets Groups Projects
Commit 1c8ecdd4 authored by DarkGod's avatar DarkGod
Browse files

pfft

parent 3c1ffe2d
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ void main(void)
float beamTime;
int i;
int ibeamsCount = (int)beamsCount;
int ibeamsCount = int(beamsCount);
for(i = 0; i < ibeamsCount; i++)
{
float beamIndex = floor(scaledTime) - float(i);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment