Changed tper to vector of float.

This commit is contained in:
Kyzentun
2015-01-06 22:00:06 -07:00
parent d3bbf9cbd3
commit 1ea48efb80
3 changed files with 10 additions and 5 deletions
+6 -4
View File
@@ -76,10 +76,12 @@ function make_camel_aliases(class)
end
end
make_camel_aliases(CubicSplineN)
make_camel_aliases(NCSplineHandler)
make_camel_aliases(NoteColumnRenderer)
make_camel_aliases(NoteField)
local to_camel_list= {
CubicSplineN, NCSplineHandler, NoteColumnRenderer, NoteField}
for i, class in ipairs(to_camel_list) do
make_camel_aliases(class)
end
--[[ ActorScroller: all of these got renamed, so alias the lowercase ones if
themes are going to look for them. ]]