missed a piece

This commit is contained in:
Glenn Maynard
2005-12-29 08:14:52 +00:00
parent 580ff0716a
commit c7a3cbc5fb
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ public:
CString SetVideoMode( VideoModeParams p, bool &bNeedReloadTextures );
/* Call this when the resolution has been changed externally: */
virtual void ResolutionChanged() { }
virtual void ResolutionChanged();
virtual bool BeginFrame() = 0;
virtual void EndFrame();