Page Menu
Home
Search
Configure Global Search
Log In
Differential
D1370
Diff 4466
source/gameengine/Rasterizer/RAS_2DFilterManager.cpp
Changeset View
This is a minor nitpick, but I'd prefer to not declare variables in the middle of a scope. I also don't really see the point of storing the result of property->GetValueType() when we could do
switch (property->GetValueType()) {And it still looks fine.