You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fixed a typo in a Visual Server var name (#8977)
This commit is contained in:
committed by
Rémi Verschelde
parent
bb20f230ad
commit
e0befd2f23
@@ -38,11 +38,11 @@ Rasterizer *Rasterizer::create() {
|
||||
return _create_func();
|
||||
}
|
||||
|
||||
RasterizerStorage *RasterizerStorage::base_signleton = NULL;
|
||||
RasterizerStorage *RasterizerStorage::base_singleton = NULL;
|
||||
|
||||
RasterizerStorage::RasterizerStorage() {
|
||||
|
||||
base_signleton = this;
|
||||
base_singleton = this;
|
||||
}
|
||||
|
||||
#if 0
|
||||
|
||||
Reference in New Issue
Block a user