| 1740 | } |
| 1741 | |
| 1742 | void AttachActiveCamera(ASContext* context) { |
| 1743 | AttachMovementObjectCamera(context, NULL); |
| 1744 | } |
| 1745 | |
| 1746 | #include "Internal/timer.h" |
| 1747 | static void ASTimedSlowMotion(float target_time_scale, float how_long, float delay) { |
no test coverage detected