]> git.tdb.fi Git - libs/demoscene.git/commit
Turn interpolation action mode into an enum
authorMikko Rasa <tdb@tdb.fi>
Tue, 21 May 2019 22:45:52 +0000 (01:45 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 21 May 2019 22:48:32 +0000 (01:48 +0300)
commitda21a5a971c2dfa3fdd729c4f799908253bb3873
tree9fbaca1530bf84801841456acb3000c3cabcbffb
parent184dc3f14feab183bcd84eca40f89c143ecbe41f
Turn interpolation action mode into an enum

This makes it clearer what kind of interpolation is used and allows
adding other types in the future.
source/action.cpp
source/action.h
source/colorfade.cpp