aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Script.hpp
diff options
context:
space:
mode:
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;
}