MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / DoMatcensRenderFrame

Function DoMatcensRenderFrame

Descent3/matcen.cpp:1950–1958  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1948#ifndef NEWEDITOR
1949
1950void DoMatcensRenderFrame() {
1951 int i;
1952
1953 for (i = 0; i < Num_matcens; i++) {
1954 if (Matcen[i]) {
1955 Matcen[i]->DoRenderFrame();
1956 }
1957 }
1958}
1959
1960#endif // NEWEDITOR
1961

Callers 1

GameDrawMainViewFunction · 0.85

Calls 1

DoRenderFrameMethod · 0.80

Tested by

no test coverage detected