mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
8 lines
285 B
Plaintext
8 lines
285 B
Plaintext
//#define DEBUG_MODE_FULL
|
|
#include "script_component.hpp"
|
|
|
|
// Store the current cursor target for guidance
|
|
GVAR(currentTarget) = cursorTarget;
|
|
GVAR(currentTargetPos) = screenToWorld [0.5,0.5];
|
|
|
|
TRACE_2("Tracking optics target draw", GVAR(currentTarget), GVAR(currentTargetPos)); |