godot/drivers
Bojidar Marinov 995fca44b2
Fix particles emitting when emitting is set to false in scene
Caused by #10297 calling particles_restart() on the same frame as the one set_emitting(false) is called. The rasterizer would wait a frame, and then set emitting back to true.
2017-08-16 23:38:36 +03:00
..
alsa -Renamed GlobalConfig to ProjectSettings, makes more sense. 2017-07-19 17:06:03 -03:00
convex_decomp
gl_context
gles2 Synchronize parameter names in definition and declaration 2017-08-16 17:22:23 +02:00
gles3 Fix particles emitting when emitting is set to false in scene 2017-08-16 23:38:36 +03:00
png Clang-formatting *.cpp and *.h (some files excluded) 2017-07-22 18:14:08 +07:00
pulseaudio -Renamed GlobalConfig to ProjectSettings, makes more sense. 2017-07-19 17:06:03 -03:00
rtaudio Fix double finalisation of audio drivers 2017-08-02 11:45:19 -03:00
unix Synchronize parameter names in definition and declaration 2017-08-16 17:22:23 +02:00
windows Synchronize parameter names in definition and declaration 2017-08-16 17:22:23 +02:00
xaudio2 Clang-formatting *.cpp and *.h (some files excluded) 2017-07-22 18:14:08 +07:00
zlib
register_driver_types.cpp
register_driver_types.h
SCsub