aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Script.hpp
diff options
context:
space:
mode:
authorAndy Belle-Isle <drumsetmonkey@gmail.com>2019-08-31 01:22:14 -0400
committerAndy Belle-Isle <drumsetmonkey@gmail.com>2019-08-31 01:22:14 -0400
commit871a882833364cf3a2b1de13fc25f610ef5d7da5 (patch)
tree72bdcb11af6ac4229a9d5ff3df4a81609784e49c /src/components/Script.hpp
parent4eeacc60cab3d6cb070bcd19a5259b7a95832a1d (diff)
Added velocity component, and force add component dependencies when they don't exist
Diffstat (limited to 'src/components/Script.hpp')
-rw-r--r--src/components/Script.hpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/components/Script.hpp b/src/components/Script.hpp
index 0e7c9db..7570802 100644
--- a/src/components/Script.hpp
+++ b/src/components/Script.hpp
@@ -1,6 +1,6 @@
-/*
+/**
+ * @file Script.hpp
* Copyright (C) 2019 Belle-Isle, Andrew <drumsetmonkey@gmail.com>
- * Author: Belle-Isle, Andrew <drumsetmonkey@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -39,10 +39,6 @@ struct Scripted : Component<Scripted>, entityx::Component<Scripted>
Scripted FromLua(sol::object)
{
- //if (ref.get_type() == sol::type::function) {
- // this->luafunc = ref;
- //}
- //init = true;
return *this;
}