You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-21 14:57:09 +00:00
Clean up some bad words from code comments
(cherry picked from commit d35e486228)
This commit is contained in:
committed by
Hein-Pieter van Braam
parent
b5f8c1a53b
commit
eacd66e784
@@ -418,8 +418,6 @@ int FileAccessNetwork::get_buffer(uint8_t *p_dst, int p_length) const {
|
||||
if (page != last_page) {
|
||||
buffer_mutex->lock();
|
||||
if (pages[page].buffer.empty()) {
|
||||
//fuck
|
||||
|
||||
waiting_on_page = page;
|
||||
for (int j = 0; j < read_ahead; j++) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user