还是一堆bug的状态

This commit is contained in:
2026-08-01 20:09:45 +08:00
parent 0df7beda49
commit 8fb9683182
294 changed files with 13678 additions and 10864 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
#include "Graphic.h"
namespace renderive {
#include <QResizeEvent>
namespace Flex_Qt {
void Opengl_Renderable::draw() {}
Graphic::Graphic() {
setSurfaceType(OpenGLSurface);
@@ -23,4 +24,4 @@ bool Graphic::event(QEvent* event) {
}
return ret;
}
} // namespace renderive
} // Flex_Qt