You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
rasterizer_rd.cpp: Correct small typo
This commit is contained in:
@@ -90,7 +90,7 @@ void RasterizerRD::begin_frame(double frame_step) {
|
|||||||
|
|
||||||
void RasterizerRD::end_frame(bool p_swap_buffers) {
|
void RasterizerRD::end_frame(bool p_swap_buffers) {
|
||||||
#ifndef _MSC_VER
|
#ifndef _MSC_VER
|
||||||
#warning TODO: likely passa bool to swap buffers to avoid display?
|
#warning TODO: likely pass a bool to swap buffers to avoid display?
|
||||||
#endif
|
#endif
|
||||||
RD::get_singleton()->swap_buffers(); //probably should pass some bool to avoid display?
|
RD::get_singleton()->swap_buffers(); //probably should pass some bool to avoid display?
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user