Codestyle: Fix some comment issues

This commit is contained in:
Rémi Verschelde
2023-11-21 15:26:40 +01:00
parent f732717d73
commit fa259a77cd
5 changed files with 3 additions and 13 deletions

View File

@@ -38,7 +38,7 @@
#include <android/log.h>
#include <jni.h>
// Class that makes functions in java/src/org/godotengine/godot/GodotView.java callable from C++
// Class that makes functions in java/src/org/godotengine/godot/GodotRenderView.java callable from C++
class GodotJavaViewWrapper {
private:
jclass _cls;