Quantcast
Channel: Tech Support
Viewing all articles
Browse latest Browse all 1692

a possible bug with physics particles or a misunderstanding on my part about how to use the manual

$
0
0
Hello,

I have been having a long term issue with the particle system which is relatively easy to fix but im not sure if im just making a mistake or this is a bug worth reporting.

first off here is the code most of this is derived straight from the manual, then ill go to the possible bugs.

Code:
var _count = physics_particle_count();
if _count > 0
{
    var data_flag = 
    phy_particle_data_flag_position | 
    phy_particle_data_flag_velocity | 
    phy_particle_data_flag_colour    |...
a possible bug with physics particles or a misunderstanding on my part about how to use the manual

Viewing all articles
Browse latest Browse all 1692

Trending Articles