From 2c98d3eef488233b99a76ca44d69c1c9d53404af Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 7 Dec 2014 16:12:49 +0000 Subject: Cleanup of the slots code, unified model weapon and dock tags into a single slots list, load dock tags into entity slots, represent entity slot locations in entity coordinate space, have r_slots render fixed-size slot indicators regardless of model scale. --- src/core/slots.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/slots.h') diff --git a/src/core/slots.h b/src/core/slots.h index 2452ccb..b7b0673 100644 --- a/src/core/slots.h +++ b/src/core/slots.h @@ -32,7 +32,7 @@ public: /** * @brief initialize slots collection from model properties * */ - void load(model::Model *model); + void load(model::Model *model, const float modelscale); /** * @brief remove all slots -- cgit v1.2.3