Added primitive highlight in FrameDebugger.

This commit is contained in:
Jean-Philip Desjardins 2014-11-29 22:43:52 -05:00
parent 86af245464
commit 74eaa9c034
14 changed files with 217 additions and 89 deletions

View file

@ -12,7 +12,7 @@ CGsInputStateView::~CGsInputStateView()
}
void CGsInputStateView::UpdateState(CGSHandler* gs, CGsPacketMetadata*)
void CGsInputStateView::UpdateState(CGSHandler* gs, CGsPacketMetadata*, DRAWINGKICK_INFO*)
{
std::string result;
result += CGsStateUtils::GetInputState(gs);