MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/FleX / ErrorCallback

Function ErrorCallback

demo/main.cpp:2551–2556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2549bool g_Error = false;
2550
2551void ErrorCallback(NvFlexErrorSeverity, const char* msg, const char* file, int line)
2552{
2553 printf("Flex: %s - %s:%d\n", msg, file, line);
2554 g_Error = true;
2555 //assert(0); asserts are bad for TeamCity
2556}
2557
2558void ControllerButtonEvent(SDL_ControllerButtonEvent event)
2559{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected