mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-27 00:42:05 +08:00
Remove spaces (#19779)
This commit is contained in:
@@ -272,6 +272,6 @@ void GLWindow::wake() {
|
||||
FramebufferState* framebuffer_init(const char* name, int32_t layer, int alpha,
|
||||
int *out_w, int *out_h) {
|
||||
*out_w = vwp_w;
|
||||
*out_h = vwp_h;
|
||||
*out_h = vwp_h;
|
||||
return (FramebufferState*)1; // not null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user