You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason examples/core_2d_camera_platfomer.jai has a compilation error about a type mis-match between Vector2 and Vector2. Not sure what is going on here.
examples/core_2d_camera_platfomer.jai:230,29: Error: Type mismatch: incompatible structs (wanted 'Vector2'[C:/jai/modules/raylib.jai:402], given 'Vector2'[raylib-jai-master/raylib.jai:402]).
.\examples\core_2d_camera_platfomer.jai
For some reason examples/core_2d_camera_platfomer.jai has a compilation error about a type mis-match between Vector2 and Vector2. Not sure what is going on here.
examples/core_2d_camera_platfomer.jai:230,29: Error: Type mismatch: incompatible structs (wanted 'Vector2'[C:/jai/modules/raylib.jai:402], given 'Vector2'[raylib-jai-master/raylib.jai:402]).
The text was updated successfully, but these errors were encountered: