aboutsummaryrefslogtreecommitdiff
path: root/src/GPU.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GPU.h')
-rw-r--r--src/GPU.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GPU.h b/src/GPU.h
index 3a254df..2fc15f4 100644
--- a/src/GPU.h
+++ b/src/GPU.h
@@ -563,7 +563,7 @@ void SetRenderSettings(RenderSettings& settings);
void Stop();
void RenderFrame();
-void BindOutputTexture();
+void BindOutputTexture(int buf);
}
#endif